Home
last modified time | relevance | path

Searched defs:appId (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dswitch_adapter_test.cpp69 const std::string appId; variable
84 const std::string appId = "6666"; variable
99 const std::string appId = ""; variable
115 const std::string appId = "appid"; variable
131 const std::string appId = "appid"; variable
147 const std::string appId = ""; variable
160 const std::string appId = "appid"; variable
173 const std::string appId = ""; variable
186 const std::string appId = "appid"; variable
H A Dprofile_control_utils_test.cpp417 std::string appId; variable
434 std::string appId; variable
451 std::string appId; variable
468 std::string appId; variable
487 std::string appId; variable
507 std::string appId; variable
529 std::string appId = "appId"; variable
550 std::string appId = "appId"; variable
702 std::string appId = ""; variable
1138 std::string appId = ""; variable
[all …]
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/
H A Dgroup_manager.c24 int32_t CreateGroupImpl(int32_t osAccountId, int64_t requestId, const char *appId, const char *crea… in CreateGroupImpl()
48 int32_t AddMultiMembersToGroupImpl(int32_t osAccountId, const char *appId, const char *addParams) in AddMultiMembersToGroupImpl()
55 int32_t DelMultiMembersFromGroupImpl(int32_t osAccountId, const char *appId, const char *deletePara… in DelMultiMembersFromGroupImpl()
62 int32_t RegListenerImpl(const char *appId, const DataChangeListener *listener) in RegListenerImpl()
68 int32_t UnRegListenerImpl(const char *appId) in UnRegListenerImpl()
81 int32_t CheckAccessToGroupImpl(int32_t osAccountId, const char *appId, const char *groupId) in CheckAccessToGroupImpl()
95 int32_t GetGroupInfoImpl(int32_t osAccountId, const char *appId, const char *queryParams, in GetGroupInfoImpl()
103 int32_t GetJoinedGroupsImpl(int32_t osAccountId, const char *appId, int groupType, in GetJoinedGroupsImpl()
111 int32_t GetRelatedGroupsImpl(int32_t osAccountId, const char *appId, const char *peerDeviceId, in GetRelatedGroupsImpl()
128 int32_t GetTrustedDevicesImpl(int32_t osAccountId, const char *appId, const char *groupId, in GetTrustedDevicesImpl()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp106 Status KVDBServiceClient::GetStoreIds(const AppId &appId, std::vector<StoreId> &storeIds) in GetStoreIds()
143 Status KVDBServiceClient::Delete(const AppId &appId, const StoreId &storeId) in Delete()
155 Status KVDBServiceClient::Close(const AppId &appId, const StoreId &storeId) in Close()
215 Status KVDBServiceClient::UnregServiceNotifier(const AppId &appId) in UnregServiceNotifier()
252 Status KVDBServiceClient::EnableCapability(const AppId &appId, const StoreId &storeId) in EnableCapability()
264 Status KVDBServiceClient::DisableCapability(const AppId &appId, const StoreId &storeId) in DisableCapability()
276 Status KVDBServiceClient::SetCapability(const AppId &appId, const StoreId &storeId, in SetCapability()
355 sptr<KVDBNotifierClient> KVDBServiceClient::GetServiceAgent(const AppId &appId) in GetServiceAgent()
370 Status KVDBServiceClient::PutSwitch(const AppId &appId, const SwitchData &data) in PutSwitch()
394 Status KVDBServiceClient::SubscribeSwitchData(const AppId &appId) in SubscribeSwitchData()
[all …]
H A Dstore_manager.cpp32 std::shared_ptr<SingleKvStore> StoreManager::GetKVStore(const AppId &appId, const StoreId &storeId, in GetKVStore()
83 Status StoreManager::GetSecretKeyFromService(const AppId &appId, const StoreId &storeId, const std:… in GetSecretKeyFromService()
111 Status StoreManager::CloseKVStore(const AppId &appId, const StoreId &storeId) in CloseKVStore()
121 Status StoreManager::CloseAllKVStore(const AppId &appId) in CloseAllKVStore()
131 Status StoreManager::GetStoreIds(const AppId &appId, std::vector<StoreId> &storeIds) in GetStoreIds()
145 Status StoreManager::Delete(const AppId &appId, const StoreId &storeId, const std::string &path) in Delete()
162 Status StoreManager::PutSwitch(const AppId &appId, const SwitchData &data) in PutSwitch()
175 std::pair<Status, SwitchData> StoreManager::GetSwitch(const AppId &appId, const std::string &networ… in GetSwitch()
190 Status StoreManager::SubscribeSwitchData(const AppId &appId, std::shared_ptr<KvStoreObserver> obser… in SubscribeSwitchData()
212 Status StoreManager::UnsubscribeSwitchData(const AppId &appId, std::shared_ptr<KvStoreObserver> obs… in UnsubscribeSwitchData()
/ohos5.0/base/security/certificate_manager/test/unittest/src/
H A Dcm_remove_grant_test.cpp70 uint32_t appId = DEFAULT_APP_ID; in TestRemoveGrant() local
93 uint32_t appId = 0; variable
108 uint32_t appId = 0; variable
123 uint32_t appId = 0; variable
138 uint32_t appId = 0; variable
154 uint32_t appId = 0; variable
170 uint32_t appId = 0; variable
186 uint32_t appId = 0; variable
202 uint32_t appId = 0; variable
218 uint32_t appId = 0; variable
[all …]
H A Dcm_grant_test.cpp70 uint32_t appId = DEFAULT_APP_ID; in TestNormalGrant() local
98 uint32_t appId = DEFAULT_APP_ID; variable
118 uint32_t appId = DEFAULT_APP_ID; variable
138 uint32_t appId = DEFAULT_APP_ID; variable
158 uint32_t appId = DEFAULT_APP_ID; variable
179 uint32_t appId = DEFAULT_APP_ID; variable
200 uint32_t appId = DEFAULT_APP_ID; variable
221 uint32_t appId = DEFAULT_APP_ID; variable
242 uint32_t appId = DEFAULT_APP_ID; variable
258 uint32_t appId = DEFAULT_APP_ID; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp43 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore()
74 Status DistributedKvDataManager::GetAllKvStoreId(const AppId &appId, std::vector<StoreId> &storeIds) in GetAllKvStoreId()
82 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, const StoreId &storeId) in CloseKvStore()
96 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, std::shared_ptr<SingleKvStore> &k… in CloseKvStore()
112 Status DistributedKvDataManager::CloseAllKvStore(const AppId &appId) in CloseAllKvStore()
121 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const st… in DeleteKvStore()
138 Status DistributedKvDataManager::DeleteAllKvStore(const AppId &appId, const std::string &path) in DeleteAllKvStore()
243 Status DistributedKvDataManager::PutSwitch(const AppId &appId, const SwitchData &data) in PutSwitch()
248 std::pair<Status, SwitchData> DistributedKvDataManager::GetSwitch(const AppId &appId, const std::st… in GetSwitch()
253 Status DistributedKvDataManager::SubscribeSwitchData(const AppId &appId, std::shared_ptr<KvStoreObs… in SubscribeSwitchData()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp28 std::shared_ptr<SingleKvStore> StoreManager::GetKVStore(const AppId &appId, const StoreId &storeId, in GetKVStore()
49 Status StoreManager::CloseKVStore(const AppId &appId, const StoreId &storeId) in CloseKVStore()
59 Status StoreManager::CloseKVStore(const AppId &appId, std::shared_ptr<SingleKvStore> &kvStore) in CloseKVStore()
70 Status StoreManager::CloseAllKVStore(const AppId &appId) in CloseAllKVStore()
80 Status StoreManager::Delete(const AppId &appId, const StoreId &storeId, const std::string &path) in Delete()
91 Status StoreManager::GetStoreIds(const AppId &appId, std::vector<StoreId> &storeIds) in GetStoreIds()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_stub.cpp91 AppId appId; in GetStoreInfo() local
118 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnGetStoreIds()
130 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnBeforeCreate()
148 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnAfterCreate()
207 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnCloudSync()
225 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnNotifyDataChange()
243 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnRegServiceNotifier()
262 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnUnregServiceNotifier()
274 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnSetSyncParam()
292 const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply) in OnGetSyncParam()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp69 int BluetoothGattClientProxy::DeregisterApplication(int32_t appId) in DeregisterApplication()
85 int BluetoothGattClientProxy::Connect(int32_t appId, bool autoConnect) in Connect()
102 int BluetoothGattClientProxy::Disconnect(int32_t appId) in Disconnect()
118 int BluetoothGattClientProxy::DiscoveryServices(int32_t appId) in DiscoveryServices()
153 int32_t appId, BluetoothGattCharacteristic *characteristic, bool withoutRespond) in WriteCharacteristic()
192 int BluetoothGattClientProxy::ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descript… in ReadDescriptor()
209 int BluetoothGattClientProxy::WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) in WriteDescriptor()
226 int BluetoothGattClientProxy::RequestExchangeMtu(int32_t appId, int32_t mtu) in RequestExchangeMtu()
267 int BluetoothGattClientProxy::RequestConnectionPriority(int32_t appId, int32_t connPriority) in RequestConnectionPriority()
284 int BluetoothGattClientProxy::GetServices(int32_t appId, std::vector<BluetoothGattService> &service) in GetServices()
[all …]
/ohos5.0/base/security/certificate_manager/test/unittest/multi_thread_test/src/
H A Dcm_remove_grant_multi_thread_test.cpp75 uint32_t appId = DEFAULT_APP_ID; in TestRemoveGrantPreAction() local
111 uint32_t appId = 0; variable
126 uint32_t appId = 0; variable
141 uint32_t appId = 0; variable
156 uint32_t appId = 0; variable
172 uint32_t appId = 0; variable
188 uint32_t appId = 0; variable
204 uint32_t appId = 0; variable
220 uint32_t appId = 0; variable
235 uint32_t appId = DEFAULT_APP_ID; variable
H A Dcm_grant_multi_thread_test.cpp78 uint32_t appId = DEFAULT_APP_ID; in TestGrantAppCertificate() local
112 uint32_t appId = DEFAULT_APP_ID; variable
132 uint32_t appId = DEFAULT_APP_ID; variable
152 uint32_t appId = DEFAULT_APP_ID; variable
172 uint32_t appId = DEFAULT_APP_ID; variable
193 uint32_t appId = DEFAULT_APP_ID; variable
214 uint32_t appId = DEFAULT_APP_ID; variable
235 uint32_t appId = DEFAULT_APP_ID; variable
256 uint32_t appId = DEFAULT_APP_ID; variable
272 uint32_t appId = DEFAULT_APP_ID; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore()
44 Status DistributedKvDataManager::GetAllKvStoreId(const AppId &appId, std::vector<StoreId> &storeIds) in GetAllKvStoreId()
53 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, const StoreId &storeId) in CloseKvStore()
63 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, std::shared_ptr<SingleKvStore> &k… in CloseKvStore()
80 Status DistributedKvDataManager::CloseAllKvStore(const AppId &appId) in CloseAllKvStore()
87 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const st… in DeleteKvStore()
96 Status DistributedKvDataManager::DeleteAllKvStore(const AppId &appId, const std::string &path) in DeleteAllKvStore()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp178 void SetAppId(int appId) in SetAppId()
283 int appId = 0; in RegisterApplication() local
315 int BluetoothGattClientServer::DeregisterApplication(int32_t appId) in DeregisterApplication()
344 int BluetoothGattClientServer::Connect(int32_t appId, bool autoConnect) in Connect()
362 int BluetoothGattClientServer::Disconnect(int32_t appId) in Disconnect()
377 int BluetoothGattClientServer::DiscoveryServices(int32_t appId) in DiscoveryServices()
404 int32_t appId, BluetoothGattCharacteristic *characteristic, bool withoutRespond) in WriteCharacteristic()
452 int BluetoothGattClientServer::WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) in WriteDescriptor()
471 int BluetoothGattClientServer::RequestExchangeMtu(int32_t appId, int32_t mtu) in RequestExchangeMtu()
499 int BluetoothGattClientServer::RequestConnectionPriority(int32_t appId, int32_t connPriority) in RequestConnectionPriority()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore()
39 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, const StoreId &storeId) in CloseKvStore()
44 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, std::shared_ptr<SingleKvStore> &k… in CloseKvStore()
49 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const st… in DeleteKvStore()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore()
38 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, const StoreId &storeId) in CloseKvStore()
43 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, std::shared_ptr<SingleKvStore> &k… in CloseKvStore()
48 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const st… in DeleteKvStore()
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore()
38 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, const StoreId &storeId) in CloseKvStore()
43 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, std::shared_ptr<SingleKvStore> &k… in CloseKvStore()
48 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const st… in DeleteKvStore()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp101 int appId = 0; in RegisterApplicationInner() local
115 int32_t appId = data.ReadInt32(); in DeregisterApplicationInner() local
128 int32_t appId = data.ReadInt32(); in ConnectInner() local
142 int32_t appId = data.ReadInt32(); in DisconnectInner() local
155 int32_t appId = data.ReadInt32(); in DiscoveryServicesInner() local
168 int32_t appId = data.ReadInt32(); in ReadCharacteristicInner() local
185 int32_t appId = data.ReadInt32(); in WriteCharacteristicInner() local
203 int32_t appId = data.ReadInt32(); in SignedWriteCharacteristicInner() local
220 int32_t appId = data.ReadInt32(); in ReadDescriptorInner() local
237 int32_t appId = data.ReadInt32(); in WriteDescriptorInner() local
[all …]
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_strategy_manager_test.cpp65 int appId = 111111; variable
78 int appId = 111111; variable
98 int appId = 111111; variable
129 int appId = 111111; variable
176 int appId = 111111; variable
194 int appId = 111111; variable
211 int appId = 111111; variable
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/
H A Dapp_manager.cpp32 std::string appId = ""; in GetAppId() local
54 std::string appId = GetAppId(); in RegisterCallerAppId() local
79 int32_t AppManager::GetAppIdByPkgName(const std::string &pkgName, std::string &appId) in GetAppIdByPkgName()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dswitch_adapter.cpp43 int32_t SwitchAdapter::PutSwitch(const std::string& appId, uint32_t value, uint16_t length) in PutSwitch()
61 int32_t SwitchAdapter::GetSwitch(const std::string& appId, const std::string& networkId, in GetSwitch()
82 int32_t SwitchAdapter::SubscribeSwitchData(const std::string& appId) in SubscribeSwitchData()
104 int32_t SwitchAdapter::UnsubscribeSwitchData(const std::string& appId) in UnsubscribeSwitchData()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_distributed_kv_data_manager.cpp34 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore()
40 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, const StoreId &storeId) in CloseKvStore()
48 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const st… in DeleteKvStore()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_distributed_kv_data_manager.cpp42 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore()
77 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, const StoreId &storeId) in CloseKvStore()
82 Status DistributedKvDataManager::CloseKvStore(const AppId &appId, std::shared_ptr<SingleKvStore> &k… in CloseKvStore()
87 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const st… in DeleteKvStore()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c50 … void RemoveNoPermissionGroup(int32_t osAccountId, GroupEntryVec *groupEntryVec, const char *appId) in RemoveNoPermissionGroup()
223 const char *appId = GROUP_MANAGER_PACKAGE_NAME; in GetPkByParams() local
411 const char *appId = NULL; in DeleteGroup() local
786 static int32_t RegListener(const char *appId, const DataChangeListener *listener) in RegListener()
799 static int32_t UnRegListener(const char *appId) in UnRegListener()
856 static int32_t CheckAccessToGroup(int32_t osAccountId, const char *appId, const char *groupId) in CheckAccessToGroup()
971 static int32_t GetAccessibleJoinedGroups(int32_t osAccountId, const char *appId, int groupType, in GetAccessibleJoinedGroups()
1035 static int32_t GetAccessibleDeviceInfoById(int32_t osAccountId, const char *appId, in GetAccessibleDeviceInfoById()
1143 static int32_t GetPkInfoList(int32_t osAccountId, const char *appId, const char *queryParams, in GetPkInfoList()
1238 int32_t AddReqInfoToJson(int64_t requestId, const char *appId, CJson *jsonParams) in AddReqInfoToJson()
[all …]

12345678910>>...16