Home
last modified time | relevance | path

Searched refs:name (Results 1 - 6 of 6) sorted by relevance

/domains/advertising/advertising/common/utils/src/
H A Dad_common_util.cpp52 ADS_HILOGI(OHOS::Cloud::ADS_MODULE_COMMON, "Get bundle name info is %{public}d: %{public}s", bundleInfo.uid, in GetBundleName()
53 bundleInfo.name.c_str()); in GetBundleName()
54 return bundleInfo.name; in GetBundleName()
/domains/advertising/oaid/services/oaid_manager/include/
H A Dbundle_mgr_helper.h51 void GetBundleNameByUid(const int uid, std::string &name);
/domains/advertising/oaid/services/oaid_manager/src/
H A Dbundle_mgr_helper.cpp113 void BundleMgrHelper::GetBundleNameByUid(const int uid, std::string &name) in GetBundleNameByUid() argument
123 ErrCode ret = bundleMgrProxy_->GetNameForUid(uid, name); in GetBundleNameByUid()
/domains/advertising/advertising/frameworks/js/napi/extension/src/
H A Djs_adsservice_extension.cpp153 srcPath.append("/").append(Extension::abilityInfo_->name).append(".abc"); in GetSrcPathAndModuleName()
164 moduleName.append("::").append(abilityInfo_->name); in GetSrcPathAndModuleName()
/domains/advertising/advertising/frameworks/js/napi/ads/include/
H A Dadvertising.h161 void OnError(int32_t code, const std::string& name, const std::string& message);
/domains/advertising/advertising/frameworks/js/napi/ads/src/
H A Dadvertising.cpp569 bool GetNamedFunction(napi_env env, napi_value object, const std::string &name, napi_ref &funcRef) in GetNamedFunction() argument
572 napi_get_named_property(env, object, name.c_str(), &value); in GetNamedFunction()

Completed in 5 milliseconds