/foundation/multimodalinput/input/service/delegate_task/test/ |
H A D | delegate_interface_test.cpp | 75 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 D | mock_common_event_subscribe_info.cpp | 22 : 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 D | napi_preferences_helper.cpp | 142 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 D | napi_preferences.cpp | 73 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 D | napi_preferences_helper.cpp | 145 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 D | napi_preferences.cpp | 75 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 D | napi_rdb_store_helper.cpp | 131 DECLARE_NAPI_FUNCTION_WITH_DATA("getRdbStore", GetRdbStore, ASYNC), in InitRdbHelper() 133 DECLARE_NAPI_FUNCTION_WITH_DATA("deleteRdbStore", DeleteRdbStore, ASYNC), in InitRdbHelper()
|
H A D | napi_transaction.cpp | 208 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 D | napi_rdb_store.cpp | 147 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 D | js_ui_extension.cpp | 157 } 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 D | js_security_ui_extension.cpp | 150 } 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 D | js_ui_extension.h | 42 ASYNC, member in OHOS::Ace::Framework::RegisterType
|
/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_interface.h | 30 ASYNC
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | napi_async_call.h | 35 #define ASYNC &g_async macro
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_receiver_napi.cpp | 348 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 D | image_creator_napi.cpp | 273 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 D | sendable_image_receiver_napi.cpp | 346 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 D | napi_async_call.h | 38 #define ASYNC &g_async
macro
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | image_receiver_napi.h | 118 ASYNC = 2, member in OHOS::Media::CallType
|
H A D | image_creator_napi.h | 118 ASYNC = 2, member in OHOS::Media::CreatorCallType
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/ |
H A D | sendable_image_receiver_napi.h | 115 ASYNC = 2,
member in OHOS::Media::CallType
|