Home
last modified time | relevance | path

Searched refs:ARGS_ASYNC_COUNT (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
Dnapi_common_data.h36 #define ARGS_ASYNC_COUNT 1 macro
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
Dnapi_data_ability_helper.cpp225 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in InsertWrap()
506 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in NotifyChangeWrap()
690 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in RegisterWrap()
862 const size_t argCountWithAsync = ARGS_TWO + ARGS_ASYNC_COUNT; in UnRegisterWrap()
1208 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetTypeWrap()
1383 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetFileTypesWrap()
1586 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in NormalizeUriWrap()
1760 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in DenormalizeUriWrap()
1959 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in DeleteWrap()
2145 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in UpdateWrap()
[all …]
Dfeature_ability.cpp484 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in SetResultWrap()
984 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetDataAbilityHelperWrap()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
Dnapi_context.cpp1189 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetApplicationInfoWrap()
1457 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetProcessInfoWrap()
1702 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetElementNameWrap()
1893 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetProcessNameWrap()
2085 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetCallingBundleWrap()
2285 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetOrCreateLocalDirWrap()
Dnapi_common_ability.cpp1148 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAppTypeWrap()
1663 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAbilityInfoWrap()
1993 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetHapModuleInfoWrap()
2263 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAppVersionInfoWrap()
2696 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetWantWrap()
2972 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetAbilityNameWrap()
3935 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in CancelBackgroundRunningWrap()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.cpp50 constexpr size_t ARGS_ASYNC_COUNT = 1; variable
2476 const size_t argCountWithAsync = argcPromise + ARGS_ASYNC_COUNT; in GetBundleGidsWrap()