/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-device-info.md | 63 …developerId相同)的应用全部卸载后重新安装时。<br/>**ODID生成规则**:<br/>根据签名信息里developerId解析出的groupId生成,developerId规则为g…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | app_provision_info.cpp | 40 developerId = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 60 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(developerId)); in Marshalling()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-device-info.md | 63 …developerId** on one device.<br>An ODID is generated based on the following rules:<br>The value is…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | app_provision_info.h | 37 std::string developerId; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-AppProvisionInfo-sys.md | 25 | developerId | string | 是 | 否 | 配置文件中的开发者ID。 |
|
H A D | errorcode-bundle.md | 793 The specified developerId is invalid. 796 调用bundleManager模块中的getAllBundleInfoByDeveloperId接口时,指定的developerId无效。
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bundle_info.cpp | 228 developerId = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 296 jsonObject[JSON_KEY_DEVELOPER_ID] = developerId; in ToString() 333 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, JSON_KEY_DEVELOPER_ID, developerId, in FromJsonString()
|
H A D | distributed_bm_storage.cpp | 116 if (result == ERR_OK && !appProvisionInfo.developerId.empty()) { in SaveStorageDistributeInfo() 694 distributedBundleInfo.developerId = appProvisionInfo.developerId; in ConvertToDistributedBundleInfo() 756 if (result == ERR_OK && !appProvisionInfo.developerId.empty()) { in FindProvishionInfo() 1131 continueEventInfo.developerId = distributedBundleInfo.developerId; in GetContinueEventInfo()
|
H A D | dms_continue_recv_manager.cpp | 277 GetAnonymStr(distributedBundleInfo.developerId).c_str()); in GetFinalBundleName() 280 && appProvisionInfo.developerId == distributedBundleInfo.developerId in GetFinalBundleName()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | app_provision.c | 160 profVal->developerId = GetStringTag(jsonObj, "developer-id"); in GetProfBundleInfo() 161 P_NULL_RETURN_WTTH_LOG(profVal->developerId); in GetProfBundleInfo() 240 FREE_IF_NOT_NULL(pfval->developerId); in FreeProfBundle()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | distributed_bundle_info.h | 63 std::string developerId; member
|
H A D | distributed_bm_storage.h | 49 std::string developerId; member
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
H A D | app_verify_pub.h | 79 char *developerId; /* developer-id */ member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 368 std::string developerId = hapVerifyRes[0].GetProvisionInfo().bundleInfo.developerId; in GenerateOdid() local 369 if (developerId.empty()) { in GenerateOdid() 370 developerId = hapVerifyRes[0].GetProvisionInfo().bundleInfo.bundleName; in GenerateOdid() 373 dataMgr_->GenerateOdid(developerId, odid); in GenerateOdid() 376 item.second.UpdateOdid(developerId, odid); in GenerateOdid()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/provision/ |
H A D | provision_info.h | 43 std::string developerId; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/ |
H A D | app_provision_info_rdb.cpp | 109 valuesBucket.PutString(DEVELOPER_ID, appProvisionInfo.developerId); in AddAppProvisionInfo() 196 ret = absSharedResultSet->GetString(INDEX_DEVELOPER_ID, appProvisionInfo.developerId); in ConvertToAppProvision()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 988 std::string BundleUtil::ExtractGroupIdByDevelopId(const std::string &developerId) in ExtractGroupIdByDevelopId() argument 990 std::string::size_type dot_position = developerId.find('.'); in ExtractGroupIdByDevelopId() 993 return developerId; in ExtractGroupIdByDevelopId() 997 return developerId.substr(1); in ExtractGroupIdByDevelopId() 1000 return developerId.substr(0, dot_position); in ExtractGroupIdByDevelopId()
|
H A D | inner_bundle_info.cpp | 4262 void InnerBundleInfo::UpdateOdid(const std::string &developerId, const std::string &odid) in UpdateOdid() argument 4264 developerId_ = developerId; in UpdateOdid() 4270 std::string developerId; in UpdateOdidByBundleInfo() local 4272 info.GetDeveloperidAndOdid(developerId, odid); in UpdateOdidByBundleInfo() 4273 developerId_ = developerId; in UpdateOdidByBundleInfo() 4277 void InnerBundleInfo::GetDeveloperidAndOdid(std::string &developerId, std::string &odid) const in GetDeveloperidAndOdid() argument 4279 developerId = developerId_; in GetDeveloperidAndOdid()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/ |
H A D | provision_verify.cpp | 179 GetStringIfExist(bundleInfo, KEY_DEVELOPER_ID, out.bundleInfo.developerId); in ParseBundleInfo() 287 RETURN_IF_STRING_IS_EMPTY(info.bundleInfo.developerId, "Tag developer-id is empty.") in ParseProvision()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-AppProvisionInfo-sys.md | 25 | developerId | string | Yes | No | Developer ID in the configuration file.|
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 209 return developerId4OtherSide == targetAppProvisionInfo.developerId; in IsSameDeveloperId() 297 GetAnonymStr(appProvisionInfo.developerId).c_str()); in GetAppProvisionInfo4CurrentUser()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 213 static std::string ExtractGroupIdByDevelopId(const std::string &developerId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1454 std::string developerId = "testDev"; variable 1457 auto result = bundleMgrProxy->GetAllBundleInfoByDeveloperId(developerId, bundleInfos, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 443 appProvisionInfo.developerId = "123"; 464 EXPECT_EQ(appProvisionInfo.developerId, newProvisionInfo.developerId);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-bundle.md | 61 |新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly developerId: string;|App…
|