Home
last modified time | relevance | path

Searched refs:openRet (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp225 DBStatus openRet = OK; in GetKvStore() local
226 g_mgr.GetKvStore(storeId, option, [&openRet, &delegate](DBStatus status, KvStoreNbDelegate *openDelegate) { in GetKvStore()
227 openRet = status; in GetKvStore()
230 EXPECT_EQ(openRet, OK); in GetKvStore()
338 DBStatus openRet = OK; in HWTEST_F() local
341 [&openRet, &kvDelegatePtrS3_](DBStatus status, KvStoreNbDelegate *openDelegate) { in HWTEST_F()
342 openRet = status; in HWTEST_F()
345 EXPECT_EQ(openRet, OK); in HWTEST_F()
1070 DBStatus openRet = OK; in HWTEST_F() local
1071 g_mgr.GetKvStore(STORE_ID_4, option, [&openRet, in HWTEST_F()
[all...]
H A Ddistributeddb_cloud_kv_syncer_test.cpp251 DBStatus openRet = OK; in GetKvStore() local
252 g_mgr.GetKvStore(storeId, option, [&openRet, &delegate](DBStatus status, KvStoreNbDelegate *openDelegate) { in GetKvStore()
253 openRet = status; in GetKvStore()
256 EXPECT_EQ(openRet, OK); in GetKvStore()
H A Ddistributeddb_cloud_kvstore_test.cpp225 DBStatus openRet = OK; in GetKvStore() local
226 g_mgr.GetKvStore(storeId, option, [&openRet, &delegate](DBStatus status, KvStoreNbDelegate *openDelegate) { in GetKvStore()
227 openRet = status; in GetKvStore()
230 EXPECT_EQ(openRet, OK); in GetKvStore()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
H A Dcloudsync_fuzzer.cpp361 DBStatus openRet = OK; in GetKvStore() local
363 g_mgr.GetKvStore(storeId, option, [&openRet, &delegate](DBStatus status, KvStoreNbDelegate *openDelegate) { in GetKvStore()
364 openRet = status; in GetKvStore()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp3891 int32_t openRet = OpenAtomicService(*want, *options, callerToken, requestCode, userId); in OpenAtomicServiceInner() local
3892 if (openRet != ERR_OK) { in OpenAtomicServiceInner()
3894 return openRet; in OpenAtomicServiceInner()
3896 if (!reply.WriteInt32(openRet)) { in OpenAtomicServiceInner()
3897 TAG_LOGE(AAFwkTag::ABILITYMGR, "write openRet fail"); in OpenAtomicServiceInner()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp1015 auto openRet = abilityMs->OpenAtomicService(want, startOptions, nullptr, 1, userId); in HWTEST_F() local
1016 EXPECT_EQ(openRet, CHECK_PERMISSION_FAILED); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp9863 int32_t openRet = OpenPortAndInsertIOHandle(moduleName, moudleInfo); in LoadSplitModule() local
9864 if (openRet != 0) { in LoadSplitModule()
9865 AUDIO_ERR_LOG("open fail, OpenPortAndInsertIOHandle ret: %{public}d", openRet); in LoadSplitModule()
9873 return openRet; in LoadSplitModule()

Completed in 34 milliseconds