Searched refs:name (Results 1 - 6 of 6) sorted by relevance
/domains/advertising/advertising/common/utils/src/ |
H A D | ad_common_util.cpp | 52 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 D | bundle_mgr_helper.h | 51 void GetBundleNameByUid(const int uid, std::string &name);
|
/domains/advertising/oaid/services/oaid_manager/src/ |
H A D | bundle_mgr_helper.cpp | 113 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 D | js_adsservice_extension.cpp | 153 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 D | advertising.h | 161 void OnError(int32_t code, const std::string& name, const std::string& message);
|
/domains/advertising/advertising/frameworks/js/napi/ads/src/ |
H A D | advertising.cpp | 569 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