Home
last modified time | relevance | path

Searched refs:developerId (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-device-info.md63developerId相同)的应用全部卸载后重新安装时。<br/>**ODID生成规则**:<br/>根据签名信息里developerId解析出的groupId生成,developerId规则为g…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapp_provision_info.cpp40 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 Djs-apis-device-info.md63developerId** 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 Dapp_provision_info.h37 std::string developerId; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-AppProvisionInfo-sys.md25 | developerId | string | 是 | 否 | 配置文件中的开发者ID。 |
H A Derrorcode-bundle.md793 The specified developerId is invalid.
796 调用bundleManager模块中的getAllBundleInfoByDeveloperId接口时,指定的developerId无效。
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp228 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 Ddistributed_bm_storage.cpp116 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 Ddms_continue_recv_manager.cpp277 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 Dapp_provision.c160 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 Ddistributed_bundle_info.h63 std::string developerId; member
H A Ddistributed_bm_storage.h49 std::string developerId; member
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_pub.h79 char *developerId; /* developer-id */ member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp368 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 Dprovision_info.h43 std::string developerId; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/
H A Dapp_provision_info_rdb.cpp109 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 Dbundle_util.cpp988 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 Dinner_bundle_info.cpp4262 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 Dprovision_verify.cpp179 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 Djs-apis-bundleManager-AppProvisionInfo-sys.md25 | developerId | string | Yes | No | Developer ID in the configuration file.|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp209 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 Dbundle_util.h213 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 Dbms_bundle_permission_system_app_test.cpp1454 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 Dbms_bundle_app_provision_info_test.cpp443 appProvisionInfo.developerId = "123";
464 EXPECT_EQ(appProvisionInfo.developerId, newProvisionInfo.developerId);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-bundle.md61 |新增|NA|模块名: AppProvisionInfo<br>类名: AppProvisionInfo<br>方法 or 属性: readonly developerId: string;|App…

12