Searched refs:ParseElementNames (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/ |
H A D | distributed_bundle.cpp | 168 static bool ParseElementNames(napi_env env, napi_value args, bool &isArray, std::vector<ElementName… in ParseElementNames() function 300 if ((i == ARGS_POS_ZERO) && (!ParseElementNames(env, args[i], asyncCallbackInfo->isArray, in GetRemoteAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/ |
H A D | distributed_bundle_mgr.cpp | 257 static bool ParseElementNames(napi_env env, std::vector<ElementName> &elementNames, napi_value args) in ParseElementNames() function 427 if (!ParseElementNames(env, asyncCallbackInfo->elementNames, argv[i])) { in GetRemoteAbilityInfos()
|