/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | store_meta_data.h | 50 std::string appId = ""; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.h | 185 inline std::string GetPropertyPrefix(const std::string &appId, cons argument 189 GetPropertyPrefix( const std::string &appId, const std::string &sessionId, const std::string &toDeviceId) GetPropertyPrefix() argument 195 GetPrefixWithoutDeviceId(const std::string &appId, const std::string &sessionId) GetPrefixWithoutDeviceId() argument 199 GetMetaUserIdKey(const std::string &userId, const std::string &appId) GetMetaUserIdKey() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | backup_manager_test.cpp | 73 AppId appId = { "BackupManagerTest" };
in TearDown() local 95 AppId appId = { appIdTest };
in CreateKVStore() local 114 void BackupManagerTest::MkdirPath(std::string baseDir, AppId appId, StoreId storeId)
in MkdirPath() argument 244 AppId appId = { "BackupManagerTestRollBackKey" };
in HWTEST_F() local 290 AppId appId = { "BackupManagerTestRollBackData" }; HWTEST_F() local 330 AppId appId = { "BackupManagerTestRollBack" }; HWTEST_F() local 385 AppId appId = { "BackupManagerTestCleanTmp" }; HWTEST_F() local 440 AppId appId = { "BackupManagerTest" }; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_encrypted_db_test.cpp | 60 void InitStoreProp(const std::string &storePath, const std::string &appId, const std::string &userId, in InitStoreProp() argument
|
H A D | distributeddb_storage_index_optimize_test.cpp | 65 std::string GetKvStoreDirectory(const std::string &userId, const std::string &appId, const std::string &storeId) in GetKvStoreDirectory() argument
|
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/ |
H A D | distributed_test_agent.cpp | 116 AppId appId = { "odmf" };
in SetUp() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.h | 51 std::string appId; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 56 static OHOS::DistributedKv::AppId appId = { "ohos.test.kvdb" }; variable 70 static AppId appId; member in OHOS::Test::DistributedDataTest::KvdbServiceImplTest 90 AppId KvdbServiceImplTest::appId; member in OHOS::Test::DistributedDataTest::KvdbServiceImplTest [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | param_check_utils.cpp | 57 bool ParamCheckUtils::CheckStoreParameter(const std::string &storeId, const std::string &appId, in CheckStoreParameter() argument 68 const auto &appId = info.appId; in CheckStoreParameter() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | route_head_handler_impl.cpp | 304 const SessionAppId *appId = reinterpret_cast<const SessionAppId *>(ptr); UnPackDataBody() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | distributed_kv_data_manager_test.cpp | 41 static AppId appId; member in OHOS::Test::DistributedKvDataManagerTest 91 AppId DistributedKvDataManagerTest::appId; member in OHOS::Test::DistributedKvDataManagerTest [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | types_export.h | 119 std::string appId; member 128 std::string appId; member 135 std::string appId; member 217 std::string appId; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_store.h | 179 virtual void SetEqualIdentifier(const std::string &appId, const std::string &storeId) {}; in SetEqualIdentifier() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kvdb_service_client.cpp | 106 Status KVDBServiceClient::GetStoreIds(const AppId &appId, std::vector<StoreId> &storeIds) in GetStoreIds() argument 118 Status KVDBServiceClient::BeforeCreate(const AppId &appId, const StoreId &storeId, const Options &options) in BeforeCreate() argument 130 AfterCreate( const AppId &appId, const StoreId &storeId, const Options &options, const std::vector<uint8_t> &password) AfterCreate() argument 143 Delete(const AppId &appId, const StoreId &storeId) Delete() argument 155 Close(const AppId &appId, const StoreId &storeId) Close() argument 167 Sync(const AppId &appId, const StoreId &storeId, SyncInfo &syncInfo) Sync() argument 179 CloudSync(const AppId &appId, const StoreId &storeId, const SyncInfo &syncInfo) CloudSync() argument 191 NotifyDataChange(const AppId &appId, const StoreId &storeId, uint64_t delay) NotifyDataChange() argument 203 RegServiceNotifier(const AppId &appId, sptr<IKVDBNotifier> notifier) RegServiceNotifier() argument 215 UnregServiceNotifier(const AppId &appId) UnregServiceNotifier() argument 226 SetSyncParam(const AppId &appId, const StoreId &storeId, const KvSyncParam &syncParam) SetSyncParam() argument 238 GetSyncParam(const AppId &appId, const StoreId &storeId, KvSyncParam &syncParam) GetSyncParam() argument 252 EnableCapability(const AppId &appId, const StoreId &storeId) EnableCapability() argument 264 DisableCapability(const AppId &appId, const StoreId &storeId) DisableCapability() argument 276 SetCapability(const AppId &appId, const StoreId &storeId, const std::vector<std::string> &local, const std::vector<std::string> &remote) SetCapability() argument 289 AddSubscribeInfo(const AppId &appId, const StoreId &storeId, const SyncInfo &syncInfo) AddSubscribeInfo() argument 302 RmvSubscribeInfo(const AppId &appId, const StoreId &storeId, const SyncInfo &syncInfo) RmvSubscribeInfo() argument 315 Subscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) Subscribe() argument 328 Unsubscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) Unsubscribe() argument 341 GetBackupPassword( const AppId &appId, const StoreId &storeId, std::vector<uint8_t> &password, int32_t passwordType) GetBackupPassword() argument 355 GetServiceAgent(const AppId &appId) GetServiceAgent() argument 370 PutSwitch(const AppId &appId, const SwitchData &data) PutSwitch() argument 381 GetSwitch(const AppId &appId, const std::string &networkId, SwitchData &data) GetSwitch() argument 394 SubscribeSwitchData(const AppId &appId) SubscribeSwitchData() argument 405 UnsubscribeSwitchData(const AppId &appId) UnsubscribeSwitchData() argument 416 SetConfig(const AppId &appId, const StoreId &storeId, const StoreConfig &storeConfig) SetConfig() argument 428 RemoveDeviceData(const AppId &appId, const StoreId &storeId, const std::string &device) RemoveDeviceData() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_enable_sync_by_closed_db_test.cpp | 122 vector<string> appId = {"", appId1, appId2}; in HWTEST_F() local 716 string appId = ""; in HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_impl.cpp | 1616 std::string appId = "";
in HWTEST_F() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/src/ |
H A D | version_info_manager_test.cpp | 242 std::string appId; in HWTEST_F() local 278 std::string appId; in HWTEST_F() local 324 std::string appId; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | db_adapter.cpp | 46 DBAdapter::DBAdapter(const std::string &appId, const std::string &storeId, in DBAdapter() argument [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 35 bool BundleManagerInternal::GetCallerAppIdFromBms(int32_t callingUid, std::string& appId) in GetCallerAppIdFromBms() argument 50 bool BundleManagerInternal::GetCallerAppIdFromBms(const std::string& bundleName, std::string& appId) in GetCallerAppIdFromBms() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_data_mgr.cpp | 423 ErrCode BmsExtensionDataMgr::OptimizeDisposedPredicates(const std::string &callingName, const std::string &appId, in OptimizeDisposedPredicates() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager_rdb.cpp | 210 std::string appId; in GetAppInstallControlRule() local 341 std::string appId; GetAppRunningControlRule() local 352 GetAppRunningControlRule(const std::string &appId, int32_t userId, AppRunningControlRuleResult &controlRuleResult) GetAppRunningControlRule() argument 409 SetDisposedStatus(const std::string &callingName, const std::string &appId, const Want &want, int32_t userId) SetDisposedStatus() argument 444 DeleteDisposedStatus(const std::string &callingName, const std::string &appId, int32_t userId) DeleteDisposedStatus() argument 469 GetDisposedStatus(const std::string &callingName, const std::string &appId, Want &want, int32_t userId) GetDisposedStatus() argument 509 DeleteOldControlRule(const std::string &callingName, const std::string &controlRuleType, const std::string &appId, int32_t userId) DeleteOldControlRule() argument 533 SetDisposedRule(const std::string &callingName, const std::string &appId, const DisposedRule &rule, int32_t appIndex, int32_t userId) SetDisposedRule() argument 569 DeleteDisposedRule(const std::string &callingName, const std::string &appId, int32_t appIndex, int32_t userId) DeleteDisposedRule() argument 595 DeleteAllDisposedRuleByBundle(const std::string &appId, int32_t appIndex, int32_t userId) DeleteAllDisposedRuleByBundle() argument 621 OptimizeDisposedPredicates(const std::string &callingName, const std::string &appId, int32_t userId, int32_t appIndex, NativeRdb::AbsRdbPredicates &absRdbPredicates) OptimizeDisposedPredicates() argument 628 GetDisposedRule(const std::string &callingName, const std::string &appId, DisposedRule &rule, int32_t appIndex, int32_t userId) GetDisposedRule() argument 670 GetAbilityRunningControlRule( const std::string &appId, int32_t appIndex, int32_t userId, std::vector<DisposedRule>& disposedRules) GetAbilityRunningControlRule() argument [all...] |
H A D | app_control_manager.cpp | 221 ErrCode AppControlManager::SetDisposedStatus(const std::string &appId, const Want& want, int32_t userId) in SetDisposedStatus() argument 242 ErrCode AppControlManager::DeleteDisposedStatus(const std::string &appId, int32_t userId) in DeleteDisposedStatus() argument 259 GetDisposedStatus(const std::string &appId, Want& want, int32_t userId) GetDisposedStatus() argument 274 std::string appId; GetAppRunningControlRule() local 342 SetDisposedRule(const std::string &callerName, const std::string &appId, const DisposedRule& rule, int32_t appIndex, int32_t userId) SetDisposedRule() argument 368 GetDisposedRule( const std::string &callerName, const std::string &appId, DisposedRule& rule, int32_t appIndex, int32_t userId) GetDisposedRule() argument 379 DeleteDisposedRule( const std::string &callerName, const std::string &appId, int32_t appIndex, int32_t userId) DeleteDisposedRule() argument 402 std::string appId = bundleInfo.GetAppId(); DeleteAllDisposedRuleByBundle() local 462 std::string appId; GetAbilityRunningControlRule() local 490 CheckCanDispose(const std::string &appId, int32_t userId) CheckCanDispose() argument 511 SetDisposedRuleOnlyForBms(const std::string &appId) SetDisposedRuleOnlyForBms() argument 529 DeleteDisposedRuleOnlyForBms(const std::string &appId) DeleteDisposedRuleOnlyForBms() argument 547 DeleteAbilityRunningRuleBmsCache(const std::string &appId) DeleteAbilityRunningRuleBmsCache() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 178 void SetAppId(int appId) in SetAppId() argument 283 int appId = 0; in RegisterApplication() local 288 RegisterApplication( const sptr<IBluetoothGattClientCallback> &callback, const BluetoothRawAddress &addr, int32_t transport, int &appId) RegisterApplication() argument 315 DeregisterApplication(int32_t appId) DeregisterApplication() argument 344 Connect(int32_t appId, bool autoConnect) Connect() argument 362 Disconnect(int32_t appId) Disconnect() argument 377 DiscoveryServices(int32_t appId) DiscoveryServices() argument 388 ReadCharacteristic(int32_t appId, const BluetoothGattCharacteristic &characteristic) ReadCharacteristic() argument 403 WriteCharacteristic( int32_t appId, BluetoothGattCharacteristic *characteristic, bool withoutRespond) WriteCharacteristic() argument 422 SignedWriteCharacteristic(int32_t appId, BluetoothGattCharacteristic *characteristic) SignedWriteCharacteristic() argument 437 ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descriptor) ReadDescriptor() argument 452 WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) WriteDescriptor() argument 471 RequestExchangeMtu(int32_t appId, int32_t mtu) RequestExchangeMtu() argument 499 RequestConnectionPriority(int32_t appId, int32_t connPriority) RequestConnectionPriority() argument 510 GetServices(int32_t appId, ::std::vector<BluetoothGattService> &service) GetServices() argument 534 ReadRemoteRssiValue(int32_t appId) ReadRemoteRssiValue() argument 540 RequestNotification(int32_t appId, uint16_t characterHandle, bool enable) RequestNotification() argument [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_installer.cpp | 247 ReshapeAppId(const char *bundleName, std::string &appId) ReshapeAppId() argument 393 UpdateBundleInfo(const char *appId, const BundleRes &bundleRes, BundleInfo *bundleInfo, bool isUpdate, uint8_t hapType) UpdateBundleInfo() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_urisensitive_operations.cpp | 336 int32_t UriSensitiveOperations::QuerySensitiveType(const std::string &appId, const std::string &fileId) in QuerySensitiveType() argument
|