Home
last modified time | relevance | path

Searched refs:GetAppId (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dchecker_manager_test.cpp118 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 Dapp_manager.cpp30 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 Dchecker_manager.h46 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 Dchecker_manager.cpp50 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 Dkvstore_service_death_notifier.cpp46 AppId KvStoreServiceDeathNotifier::GetAppId() in GetAppId() function in OHOS::DistributedKv::KvStoreServiceDeathNotifier
104 kvDataServiceProxy_->RegisterClientDeathObserver(GetAppId(), clientDeathObserverPtr_); in RegisterClientDeathObserver()
H A Dkvstore_service_death_notifier.h35 static AppId GetAppId();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp183 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 Dbluetooth_gatt_server_server.cpp190 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 Dapp_manager.h28 const std::string GetAppId();
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/appInfo/lite/
H A Dapp_manager.cpp23 const std::string AppManager::GetAppId() in GetAppId() function in OHOS::DistributedHardware::AppManager
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_generate_encrypted_uuid_req.h36 const std::string GetAppId() const in GetAppId() function
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/appInfo/standard/
H A Dapp_manager.h30 const std::string GetAppId();
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_appitem.cpp50 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 Dsystem_defined_appitem.h31 std::string GetAppId() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dchecker_mock.h29 std::string GetAppId(const CheckerManager::StoreInfo &info) override;
H A Dchecker_mock.cpp37 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 Dsystem_defined_appitem_napi.h41 static napi_value GetAppId(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H A Dbundle_checker.h29 std::string GetAppId(const CheckerManager::StoreInfo &info) override;
H A Dsystem_checker.h30 std::string GetAppId(const CheckerManager::StoreInfo &info) override;
H A Dsystem_checker.cpp55 std::string SystemChecker::GetAppId(const CheckerManager::StoreInfo &info) in GetAppId() function in OHOS::DistributedData::SystemChecker
H A Dbundle_checker.cpp59 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 Dsystem_defined_appitem_napi.cpp34 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 Dsession_manager.cpp56 … CheckerManager::GetInstance().GetAppId(Converter::ConvertToStoreInfo(metaData)) == from.appId) { in GetSession()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp161 !MatchSignature(permission, innerBundleInfo.GetAppId()) && in CreateHapPolicyParam()
664 hapInfo.appIDDesc = innerBundleInfo.GetAppId(); in CreateHapInfoParams()
694 updateHapInfoParams.appIDDesc = innerBundleInfo.GetAppId(); in UpdateHapToken()
H A Dbase_bundle_installer.cpp180 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 …]

12