Home
last modified time | relevance | path

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

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dchecker_manager_test.cpp118 ASSERT_EQ("bundle_manager_service", CheckerManager::GetInstance().GetAppId(info)); in HWTEST_F()
135 ASSERT_EQ("form_storage", CheckerManager::GetInstance().GetAppId(info)); in HWTEST_F()
152 ASSERT_EQ("ivi_config_manager", CheckerManager::GetInstance().GetAppId(info)); in HWTEST_F()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_generate_encrypted_uuid_req.h36 const std::string GetAppId() const in GetAppId() function in OHOS::DistributedHardware::IpcGenerateEncryptedUuidReq
/foundation/distributedhardware/device_manager/utils/include/appInfo/lite/
H A Dapp_manager.h28 const std::string GetAppId();
/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
/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();
/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()
/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);
/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/
H A Dapp_manager.cpp35 const std::string AppManager::GetAppId() in GetAppId() function in OHOS::DistributedHardware::AppManager
78 std::string appId = GetAppId(); in RegisterCallerAppId()
/foundation/distributedhardware/device_manager/utils/include/appInfo/standard/
H A Dapp_manager.h34 const std::string GetAppId();
/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.cpp43 std::string CheckerMock::GetAppId(const CheckerManager::StoreInfo &info) in GetAppId() function in OHOS::DistributedData::CheckerMock
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_appitem.h31 std::string GetAppId() const;
/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()
/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()
/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.cpp102 std::string BundleChecker::GetAppId(const CheckerManager::StoreInfo &info) in GetAppId() function in OHOS::DistributedData::BundleChecker
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_appitem_napi.h41 static napi_value GetAppId(napi_env env, napi_callback_info info);
/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()
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp161 !MatchSignature(permission, innerBundleInfo.GetAppId()) && in CreateHapPolicyParam()
662 hapInfo.appIDDesc = innerBundleInfo.GetAppId();
692 updateHapInfoParams.appIDDesc = innerBundleInfo.GetAppId();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp135 item.second.GetAppId().c_str(), item.second.GetAppIdentifier().c_str()); in sendStartSharedBundleInstallNotify()
140 .appId = item.second.GetAppId(), in sendStartSharedBundleInstallNotify()

Completed in 11 milliseconds

12