mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-19 20:13:32 -04:00
@@ -22,6 +22,7 @@
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
struct EventListener {
|
||||
int LISTENER_TYPTE_MAX_LENGTH = 64;
|
||||
char type[LISTENER_TYPTE_MAX_LENGTH] = { 0 };
|
||||
bool isOnce = false;
|
||||
napi_ref handlerRef = nullptr;
|
||||
|
||||
@@ -43,7 +43,6 @@ namespace MiscServices {
|
||||
{
|
||||
userId_ = userId;
|
||||
msgId_ = msgId;
|
||||
imsChannel = nullptr;
|
||||
}
|
||||
|
||||
RemoteObjectDeathRecipient::~RemoteObjectDeathRecipient()
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
#include "unistd.h" // usleep
|
||||
#include "peruser_setting.h"
|
||||
#include "platform.h"
|
||||
#include "utils.h"
|
||||
|
||||
Reference in New Issue
Block a user