mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-19 12:08:05 -04:00
@@ -47,7 +47,7 @@ namespace MiscServices {
|
||||
EventListener *last_;
|
||||
|
||||
private:
|
||||
int LISTENER_TYPTE_MAX_LENGTH = 64;
|
||||
static const int LISTENER_TYPTE_MAX_LENGTH = 64;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -222,6 +222,9 @@ namespace MiscServices {
|
||||
delete eventTargetCB;
|
||||
}
|
||||
});
|
||||
if (ret != 0) {
|
||||
IMSA_HILOGI("EventTarget::Emit failed to execute libuv work queue");
|
||||
}
|
||||
delete work;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "unistd.h" // usleep
|
||||
#include "platform.h"
|
||||
#include "parcel.h"
|
||||
#include "message_parcel.h"
|
||||
|
||||
Reference in New Issue
Block a user