Home
last modified time | relevance | path

Searched refs:ASYNC (Results 1 - 21 of 21) sorted by relevance

/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp75 DelegateInterface::HandlerSummary handler2 = {"handler2", 0x2, HandlerMode::ASYNC, 2, 3}; in HWTEST_F()
104 DelegateInterface::HandlerSummary handler2 = {"handler2", 0x2, HandlerMode::ASYNC, 2, 3}; in HWTEST_F()
133 DelegateInterface::HandlerSummary handler2 = {"handler2", 0x2, HandlerMode::ASYNC, 2, 3}; in HWTEST_F()
179 DelegateInterface::HandlerSummary handler2 = {"handler2", 0x2, HandlerMode::ASYNC, 2, 3}; in HWTEST_F()
224 DelegateInterface::HandlerSummary handler2 = {"handler2", 0x2, HandlerMode::ASYNC, 2, 3}; in HWTEST_F()
255 DelegateInterface::HandlerSummary handler2 = {"handler2", 0x2, HandlerMode::ASYNC, 2, 3}; in HWTEST_F()
284 DelegateInterface::HandlerSummary handler2 = {"handler2", 0x2, HandlerMode::ASYNC, 2, 3}; in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscribe_info.cpp22 : matchingSkills_(matchingSkills), priority_(0), threadMode_(CommonEventSubscribeInfo::ASYNC) in CommonEventSubscribeInfo()
25 CommonEventSubscribeInfo::CommonEventSubscribeInfo() : priority_(0), threadMode_(CommonEventSubscribeInfo::ASYNC) in CommonEventSubscribeInfo()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp142 DECLARE_NAPI_FUNCTION_WITH_DATA("getPreferences", GetPreferences, ASYNC), in InitPreferencesHelper()
144 DECLARE_NAPI_FUNCTION_WITH_DATA("deletePreferences", DeletePreferences, ASYNC), in InitPreferencesHelper()
146 DECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCache", RemovePreferencesFromCache, ASYNC), in InitPreferencesHelper()
H A Dnapi_preferences.cpp73 DECLARE_NAPI_FUNCTION_WITH_DATA("put", SetValue, ASYNC), in Init()
75 DECLARE_NAPI_FUNCTION_WITH_DATA("get", GetValue, ASYNC), in Init()
77 DECLARE_NAPI_FUNCTION_WITH_DATA("getAll", GetAll, ASYNC), in Init()
79 DECLARE_NAPI_FUNCTION_WITH_DATA("delete", Delete, ASYNC), in Init()
81 DECLARE_NAPI_FUNCTION_WITH_DATA("clear", Clear, ASYNC), in Init()
83 DECLARE_NAPI_FUNCTION_WITH_DATA("has", HasKey, ASYNC), in Init()
85 DECLARE_NAPI_FUNCTION_WITH_DATA("flush", Flush, ASYNC), in Init()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp145 DECLARE_NAPI_FUNCTION_WITH_DATA("getPreferences", GetPreferences, ASYNC), in InitPreferencesHelper()
147 DECLARE_NAPI_FUNCTION_WITH_DATA("deletePreferences", DeletePreferences, ASYNC), in InitPreferencesHelper()
149 DECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCache", RemovePreferencesFromCache, ASYNC), in InitPreferencesHelper()
H A Dnapi_preferences.cpp75 DECLARE_NAPI_FUNCTION_WITH_DATA("put", SetValue, ASYNC), in Init()
77 DECLARE_NAPI_FUNCTION_WITH_DATA("get", GetValue, ASYNC), in Init()
79 DECLARE_NAPI_FUNCTION_WITH_DATA("getAll", GetAll, ASYNC), in Init()
81 DECLARE_NAPI_FUNCTION_WITH_DATA("delete", Delete, ASYNC), in Init()
83 DECLARE_NAPI_FUNCTION_WITH_DATA("clear", Clear, ASYNC), in Init()
85 DECLARE_NAPI_FUNCTION_WITH_DATA("has", HasKey, ASYNC), in Init()
87 DECLARE_NAPI_FUNCTION_WITH_DATA("flush", Flush, ASYNC), in Init()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_helper.cpp131 DECLARE_NAPI_FUNCTION_WITH_DATA("getRdbStore", GetRdbStore, ASYNC), in InitRdbHelper()
133 DECLARE_NAPI_FUNCTION_WITH_DATA("deleteRdbStore", DeleteRdbStore, ASYNC), in InitRdbHelper()
H A Dnapi_transaction.cpp208 DECLARE_NAPI_FUNCTION_WITH_DATA("delete", Delete, ASYNC), in Init()
209 DECLARE_NAPI_FUNCTION_WITH_DATA("update", Update, ASYNC), in Init()
210 DECLARE_NAPI_FUNCTION_WITH_DATA("insert", Insert, ASYNC), in Init()
211 DECLARE_NAPI_FUNCTION_WITH_DATA("batchInsert", BatchInsert, ASYNC), in Init()
212 DECLARE_NAPI_FUNCTION_WITH_DATA("query", Query, ASYNC), in Init()
213 DECLARE_NAPI_FUNCTION_WITH_DATA("querySql", QuerySql, ASYNC), in Init()
214 DECLARE_NAPI_FUNCTION_WITH_DATA("execute", Execute, ASYNC), in Init()
H A Dnapi_rdb_store.cpp147 DECLARE_NAPI_FUNCTION_WITH_DATA("delete", Delete, ASYNC), in GetDescriptors()
148 DECLARE_NAPI_FUNCTION_WITH_DATA("update", Update, ASYNC), in GetDescriptors()
149 DECLARE_NAPI_FUNCTION_WITH_DATA("insert", Insert, ASYNC), in GetDescriptors()
150 DECLARE_NAPI_FUNCTION_WITH_DATA("batchInsert", BatchInsert, ASYNC), in GetDescriptors()
151 DECLARE_NAPI_FUNCTION_WITH_DATA("querySql", QuerySql, ASYNC), in GetDescriptors()
152 DECLARE_NAPI_FUNCTION_WITH_DATA("query", Query, ASYNC), in GetDescriptors()
153 DECLARE_NAPI_FUNCTION_WITH_DATA("executeSql", ExecuteSql, ASYNC), in GetDescriptors()
154 DECLARE_NAPI_FUNCTION_WITH_DATA("execute", Execute, ASYNC), in GetDescriptors()
155 DECLARE_NAPI_FUNCTION_WITH_DATA("replace", Replace, ASYNC), in GetDescriptors()
156 DECLARE_NAPI_FUNCTION_WITH_DATA("queryByStep", QueryByStep, ASYNC), in GetDescriptors()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_ui_extension.cpp157 } else if (type == RegisterType::ASYNC) { in AddCallbackToList()
176 } else if (type == RegisterType::ASYNC) { in DeleteCallbackFromList()
189 } else if (type == RegisterType::ASYNC) { in DeleteCallbackFromList()
207 } else if (type == RegisterType::ASYNC) { in GetOnFuncList()
223 type = RegisterType::ASYNC; in GetRegisterType()
278 } else if (registerType == RegisterType::ASYNC) { in On()
314 } else if (registerType == RegisterType::ASYNC) { in Off()
H A Djs_security_ui_extension.cpp150 } else if (type == RegisterType::ASYNC) { in AddCallbackToList()
170 } else if (type == RegisterType::ASYNC) { in DeleteCallbackFromList()
183 } else if (type == RegisterType::ASYNC) { in DeleteCallbackFromList()
201 } else if (type == RegisterType::ASYNC) { in GetOnFuncList()
217 type = RegisterType::ASYNC; in GetRegisterType()
287 } else if (registerType == RegisterType::ASYNC) { in On()
323 } else if (registerType == RegisterType::ASYNC) { in Off()
H A Djs_ui_extension.h42 ASYNC, member in OHOS::Ace::Framework::RegisterType
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_interface.h30 ASYNC
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h35 #define ASYNC &g_async macro
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_receiver_napi.cpp348 if (args.async != CallType::ASYNC || args.asyncLater) { in CheckArgs()
414 if (args.async == CallType::ASYNC) { in JSCommonProcess()
672 .async = CallType::ASYNC, in JsGetReceivingSurfaceId()
746 .async = CallType::ASYNC, in JsReadLatestImage()
794 .async = CallType::ASYNC, in JsReadNextImage()
985 .async = CallType::ASYNC, in JsOn()
1018 .env = env, .info = info, .async = CallType::ASYNC, in JsOffOneArg()
1069 .env = env, .info = info, .async = CallType::ASYNC, in JsOffTwoArgs()
1113 .async = CallType::ASYNC, in JsRelease()
H A Dimage_creator_napi.cpp273 if (args.async != CreatorCallType::ASYNC || args.asyncLater) { in CheckArgs()
337 if (args.async == CreatorCallType::ASYNC) { in JSCommonProcess()
544 .async = CreatorCallType::ASYNC, in JsDequeueImage()
851 .async = CreatorCallType::ASYNC, in JsOn()
891 .env = env, .info = info, .async = CreatorCallType::ASYNC, in JsOffOneArg()
950 .env = env, .info = info, .async = CreatorCallType::ASYNC, in JsOffTwoArgs()
994 .async = CreatorCallType::ASYNC, in JsRelease()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp346 if (args.async != CallType::ASYNC || args.asyncLater) { in CheckArgs()
412 if (args.async == CallType::ASYNC) { in JSCommonProcess()
670 .async = CallType::ASYNC, in JsGetReceivingSurfaceId()
744 .async = CallType::ASYNC, in JsReadLatestImage()
792 .async = CallType::ASYNC,
983 .async = CallType::ASYNC,
1019 .async = CallType::ASYNC,
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h38 #define ASYNC &g_async macro
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_receiver_napi.h118 ASYNC = 2, member in OHOS::Media::CallType
H A Dimage_creator_napi.h118 ASYNC = 2, member in OHOS::Media::CreatorCallType
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_receiver_napi.h115 ASYNC = 2, member in OHOS::Media::CallType

Completed in 18 milliseconds