/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | checker_manager_test.cpp | 118 ASSERT_EQ("bundle_manager_service", CheckerManager::GetInstance().GetAppId(info)); 135 ASSERT_EQ("form_storage", CheckerManager::GetInstance().GetAppId(info)); 152 ASSERT_EQ("ivi_config_manager", CheckerManager::GetInstance().GetAppId(info)); 171 ASSERT_EQ(Crypto::Sha256(tokenInfo.appID), CheckerManager::GetInstance().GetAppId(storeInfo));
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/ |
H A D | app_manager.cpp | 30 const std::string AppManager::GetAppId() in GetAppId() function in OHOS::DistributedHardware::AppManager 54 std::string appId = GetAppId(); in RegisterCallerAppId()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/ |
H A D | checker_manager.h | 46 virtual std::string GetAppId(const StoreInfo &info) = 0; 61 API_EXPORT std::string GetAppId(const StoreInfo &info);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/checker/ |
H A D | checker_manager.cpp | 50 std::string CheckerManager::GetAppId(const StoreInfo &info) in GetAppId() function in OHOS::DistributedData::CheckerManager 56 auto appId = checker->GetAppId(info); in GetAppId()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvstore_service_death_notifier.cpp | 46 AppId KvStoreServiceDeathNotifier::GetAppId() in GetAppId() function in OHOS::DistributedKv::KvStoreServiceDeathNotifier 104 kvDataServiceProxy_->RegisterClientDeathObserver(GetAppId(), clientDeathObserverPtr_); in RegisterClientDeathObserver()
|
H A D | kvstore_service_death_notifier.h | 35 static AppId GetAppId();
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 183 int GetAppId() in GetAppId() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl 252 HILOGI("App id is %{public}d", (*it)->GetAppId()); in OnRemoteDied() 253 owner_.pimpl->clientService_->Disconnect((*it)->GetAppId()); in OnRemoteDied() 254 owner_.pimpl->clientService_->DeregisterApplication((*it)->GetAppId()); in OnRemoteDied() 333 …[appId](const std::unique_ptr<impl::GattClientCallbackImpl> &p) { return p->GetAppId() == appId; }… in DeregisterApplication()
|
H A D | bluetooth_gatt_server_server.cpp | 190 int32_t GetAppId() in GetAppId() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl 256 int appId = (*it)->GetAppId(); in OnRemoteDied() 511 if ((*it) != nullptr && (*it)->GetAppId() == appId) { in DeregisterApplication()
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/appInfo/lite/ |
H A D | app_manager.h | 28 const std::string GetAppId();
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/appInfo/lite/ |
H A D | app_manager.cpp | 23 const std::string AppManager::GetAppId() in GetAppId() function in OHOS::DistributedHardware::AppManager
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_generate_encrypted_uuid_req.h | 36 const std::string GetAppId() const in GetAppId() function
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/appInfo/standard/ |
H A D | app_manager.h | 30 const std::string GetAppId();
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_appitem.cpp | 50 std::string SystemDefinedAppItem::GetAppId() const in GetAppId() function in OHOS::UDMF::SystemDefinedAppItem 159 items[APP_ID] = GetAppId(); in GetItems()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | system_defined_appitem.h | 31 std::string GetAppId() const;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | checker_mock.h | 29 std::string GetAppId(const CheckerManager::StoreInfo &info) override;
|
H A D | checker_mock.cpp | 37 std::string CheckerMock::GetAppId(const CheckerManager::StoreInfo &info) in GetAppId() function in OHOS::DistributedData::CheckerMock
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | system_defined_appitem_napi.h | 41 static napi_value GetAppId(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/ |
H A D | bundle_checker.h | 29 std::string GetAppId(const CheckerManager::StoreInfo &info) override;
|
H A D | system_checker.h | 30 std::string GetAppId(const CheckerManager::StoreInfo &info) override;
|
H A D | system_checker.cpp | 55 std::string SystemChecker::GetAppId(const CheckerManager::StoreInfo &info) in GetAppId() function in OHOS::DistributedData::SystemChecker
|
H A D | bundle_checker.cpp | 59 std::string BundleChecker::GetAppId(const CheckerManager::StoreInfo &info) in GetAppId() function in OHOS::DistributedData::BundleChecker
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_appitem_napi.cpp | 34 DECLARE_NAPI_GETTER_SETTER("appId", GetAppId, SetAppId), in Constructor() 86 napi_value SystemDefinedAppItemNapi::GetAppId(napi_env env, napi_callback_info info) in GetAppId() function in OHOS::UDMF::SystemDefinedAppItemNapi 93 ctxt->status = NapiDataUtils::SetValue(env, sdAppItem->value_->GetAppId(), ctxt->output); in GetAppId()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | session_manager.cpp | 56 … CheckerManager::GetInstance().GetAppId(Converter::ConvertToStoreInfo(metaData)) == from.appId) { in GetSession()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_permission_mgr.cpp | 161 !MatchSignature(permission, innerBundleInfo.GetAppId()) && in CreateHapPolicyParam() 664 hapInfo.appIDDesc = innerBundleInfo.GetAppId(); in CreateHapInfoParams() 694 updateHapInfoParams.appIDDesc = innerBundleInfo.GetAppId(); in UpdateHapToken()
|
H A D | base_bundle_installer.cpp | 180 item.second.GetAppId().c_str(), item.second.GetAppIdentifier().c_str()); in SendStartInstallNotify() 185 .appId = item.second.GetAppId(), in SendStartInstallNotify() 1504 uninstallBundleAppId_ = oldInfo.GetAppId(); in ProcessBundleUninstall() 1535 if (!UninstallAppControl(oldInfo.GetAppId(), userId_)) { in ProcessBundleUninstall() 1685 uninstallBundleAppId_ = oldInfo.GetAppId(); in ProcessBundleUninstall() 1720 if (!UninstallAppControl(oldInfo.GetAppId(), userId_)) { in ProcessBundleUninstall() 4893 uninstallBundleInfo.appId = oldInfo.GetAppId(); in GetUninstallBundleInfo() 4941 uninstallBundleInfo.appId, infos.begin()->second.GetAppId())) { in CheckInstallOnKeepData() 5545 std::string currentAppId = info.GetAppId(); in UpdateAppInstallControlled() 6045 appControlMgr->SetDisposedRuleOnlyForBms(oldBundleInfo.GetAppId()); in SetDisposedRuleWhenBundleUpdateStart() [all …]
|