Home
last modified time | relevance | path

Searched refs:argCountWithAsync (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper.cpp221 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in InsertWrap() local
227 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in InsertWrap()
386 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in NotifyChangeWrap() local
392 if (argcAsync > argCountWithAsync) { in NotifyChangeWrap()
454 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in RegisterWrap() local
460 if (argcAsync > argCountWithAsync) { in RegisterWrap()
625 const size_t argCountWithAsync = ARGS_TWO + ARGS_ASYNC_COUNT; in UnRegisterWrap() local
631 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in UnRegisterWrap()
791 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetTypeWrap() local
797 if (argcAsync > argCountWithAsync || argcAsyn in GetTypeWrap()
848 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; GetFileTypesWrap() local
912 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; NormalizeUriWrap() local
969 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; DenormalizeUriWrap() local
1048 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; DeleteWrap() local
1119 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; UpdateWrap() local
1207 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; CallWrap() local
1328 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; OpenFileWrap() local
1445 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; BatchInsertWrap() local
1515 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; QueryWrap() local
1608 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; ExecuteBatchWrap() local
[all...]
H A Dfeature_ability.cpp461 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in SetResultWrap() local
466 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in SetResultWrap()
976 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetDataAbilityHelperWrap() local
981 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetDataAbilityHelperWrap()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_execute_utils.cpp208 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAppTypeWrap() local
213 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetAppTypeWrap()
415 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAbilityInfoWrap() local
420 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetAbilityInfoWrap()
597 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetHapModuleInfoWrap() local
602 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetHapModuleInfoWrap()
772 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAppVersionInfoWrap() local
777 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetAppVersionInfoWrap()
934 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetWantWrap() local
939 if (argcAsync > argCountWithAsync || argcAsyn in GetWantWrap()
1133 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; GetAbilityNameWrap() local
1460 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; CancelBackgroundRunningWrap() local
[all...]
H A Dnapi_context.cpp1192 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetApplicationInfoWrap() local
1197 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetApplicationInfoWrap()
1461 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetProcessInfoWrap() local
1466 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetProcessInfoWrap()
1706 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetElementNameWrap() local
1711 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetElementNameWrap()
1897 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetProcessNameWrap() local
1902 if (argcAsync > argCountWithAsync || argcAsync > ARGS_MAX_COUNT) { in GetProcessNameWrap()
2089 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetCallingBundleWrap() local
2094 if (argcAsync > argCountWithAsync || argcAsyn in GetCallingBundleWrap()
2290 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; GetOrCreateLocalDirWrap() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2573 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetBundleGidsWrap() local
2578 if (argcAsync > argCountWithAsync) { in GetBundleGidsWrap()
4565 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAbilityLabelWrap() local
4570 if (argcAsync > argCountWithAsync) { in GetAbilityLabelWrap()

Completed in 21 milliseconds