Home
last modified time | relevance | path

Searched defs:errCode (Results 1 – 25 of 1469) sorted by relevance

12345678910>>...59

/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp164 ErrCode errCode = variable
206 ErrCode errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(id); variable
219 ErrCode errCode = OsAccountManager::IsMainOsAccount(isMainOsAccount); variable
313 ErrCode errCode = OsAccountManager::GetOsAccountTypeFromProcess(type); variable
401 ErrCode errCode = OsAccountManager::ActivateOsAccount(TEST_USER_ID); variable
413 ErrCode errCode = OsAccountManager::StartOsAccount(TEST_USER_ID); variable
454 ErrCode errCode = OsAccountManager::SubscribeOsAccount(subscriber); variable
468 ErrCode errCode = OsAccountManager::UnsubscribeOsAccount(subscriber); variable
607 ErrCode errCode = OsAccountManager::QueryActiveOsAccountIds(ids); variable
633 ErrCode errCode = OsAccountManager::SetGlobalOsAccountConstraints( variable
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp170 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
185 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
786 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
801 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
816 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
831 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
846 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
861 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
876 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
891 int32_t errCode = SubscribeProfileManager::GetInstance(). variable
[all …]
H A Dswitch_profile_manager_test.cpp67 int32_t errCode = SwitchProfileManager::GetInstance().Init(); variable
80 int32_t errCode = SwitchProfileManager::GetInstance().UnInit(); variable
93 int32_t errCode = SwitchProfileManager::GetInstance().ReInit(); variable
107 int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfile(charProfile); variable
120 … int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfiles); variable
136 …int32_t errCode = SwitchProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceNa… variable
149 int32_t errCode = SwitchProfileManager::GetInstance().RefreshLocalSwitchProfile(); variable
H A Dstatic_profile_manager_test.cpp65 int32_t errCode = StaticProfileManager::GetInstance().Init(); variable
78 int32_t errCode = StaticProfileManager::GetInstance().UnInit(); variable
91 int32_t errCode = StaticProfileManager::GetInstance().ReInit(); variable
104 int32_t errCode = StaticProfileManager::GetInstance().PutCharacteristicProfile(charProfile); variable
120 …int32_t errCode = StaticProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceNa… variable
135 …int32_t errCode = StaticProfileManager::GetInstance().GetAllCharacteristicProfile(staticCapability… variable
150 …int32_t errCode = StaticProfileManager::GetInstance().GenerateStaticInfoProfile(staticCapabilityPr… variable
/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp28 int32_t AppAccountConvertOtherJSErrCode(int32_t errCode) in AppAccountConvertOtherJSErrCode()
67 int32_t AppAccountConvertToJSErrCode(int32_t errCode) in AppAccountConvertToJSErrCode()
82 int32_t OsAccountConvertToJSErrCode(int32_t errCode) in OsAccountConvertToJSErrCode()
121 static int32_t DomainAccountConvertToJSErrCode(int32_t errCode) in DomainAccountConvertToJSErrCode()
135 static bool IsAppAccountKitError(int32_t errCode) in IsAppAccountKitError()
141 static bool IsAppAccountServiceError(int32_t errCode) in IsAppAccountServiceError()
146 static bool IsOsAccountKitError(int32_t errCode) in IsOsAccountKitError()
152 static bool IsOsAccountServiceError(int32_t errCode) in IsOsAccountServiceError()
159 static bool IsDomainAccountServiceError(int32_t errCode) in IsDomainAccountServiceError()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_asset_test.cpp57 int errCode = 0; in SetUpTestCase() local
66 int errCode = OH_Rdb_Execute(assetTestRdbStore_, dropTableSql); in TearDownTestCase() local
103 int errCode = OH_Data_Asset_SetName(nullptr, nullptr); variable
125 int errCode = OH_Data_Asset_SetUri(nullptr, nullptr); variable
147 int errCode = OH_Data_Asset_SetPath(nullptr, nullptr); variable
167 int errCode = OH_Data_Asset_SetCreateTime(nullptr, 1); variable
189 int errCode = OH_Data_Asset_SetName(asset, "name"); variable
215 int errCode = OH_Data_Asset_SetUri(asset, "uri"); variable
241 int errCode = OH_Data_Asset_SetPath(asset, "path"); variable
290 int errCode = OH_Data_Asset_GetSize(nullptr, &size); variable
[all …]
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketCertChainTest.cpp57 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainHwTestShortParam()
58 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainHwTestShortParam()
76 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainHwTestLongParam()
77 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainHwTestLongParam()
89 testServer.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon6010aead0502()
106 (void)certChainServer.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon6010aead0702()
125 (void)certChainServer.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon6010aead0902()
143 (void)certChainServer.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon6010aead0b02()
180 (void)certChainServer.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon6010aead1002()
265 certChainServer.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) { in __anon6010aead1b02()
[all …]
H A DTlsSocketTest.cpp56 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetSocketHwTestShortParam()
57 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetSocketHwTestShortParam()
73 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetSocketHwTestLongParam()
74 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetSocketHwTestLongParam()
103 (void)testService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon0295c29c0702()
121 (void)testService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon0295c29c0902()
138 (void)testService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon0295c29c0b02()
157 (void)testService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon0295c29c0d02()
299 testService.GetProtocol([&protocolVal](int32_t errCode, const std::string &protocol) { in __anon0295c29c1f02()
306 testService.GetState([&socketStateBase](int32_t errCode, Socket::SocketStateBase state) { in __anon0295c29c2002()
[all …]
H A DTlsSocketOneWayTest.cpp56 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetOneWayHwTestShortParam()
57 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetOneWayHwTestShortParam()
73 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetOneWayHwTestLongParam()
74 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetOneWayHwTestLongParam()
87 oneWayService.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon018adc4f0502()
105 (void)oneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon018adc4f0702()
125 (void)oneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon018adc4f0902()
144 (void)oneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon018adc4f0b02()
182 (void)oneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon018adc4f1002()
249 oneWayService.GetProtocol([&protocolVal](int32_t errCode, const std::string &protocol) { in __anon018adc4f1802()
[all …]
H A DTlsSocketCertChainOneWayTest.cpp58 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainOneWayHwTestShortParam()
59 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainOneWayHwTestShortParam()
77 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainOneWayHwTestLongParam()
78 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetCertChainOneWayHwTestLongParam()
90 srv.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anondf24d1200502()
107 …(void)certChainOneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS)… in __anondf24d1200702()
126 …(void)certChainOneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS)… in __anondf24d1200902()
144 …(void)certChainOneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS)… in __anondf24d1200b02()
184 …(void)certChainOneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS)… in __anondf24d1201002()
212 …(void)certChainOneWayService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS)… in __anondf24d1201302()
[all …]
H A DTlsSocketUnilateralConnection.cpp64 server.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetUnilateralHwTestShortParam()
65 server.Connect(options, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in SetUnilateralHwTestShortParam()
141 tlsService.Bind(address, [](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon659a62bd0402()
158 (void)tlsService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon659a62bd0602()
177 (void)tlsService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon659a62bd0802()
195 (void)tlsService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon659a62bd0a02()
233 (void)tlsService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon659a62bd0f02()
261 (void)tlsService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon659a62bd1202()
282 (void)tlsService.Close([](int32_t errCode) { EXPECT_TRUE(errCode == TLSSOCKET_SUCCESS); }); in __anon659a62bd1502()
314 tlsService.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) { in __anon659a62bd1902()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp65 WMError errCode = AddWindow(windowProperty); in OnRemoteRequest() local
78 WMError errCode = DestroyWindow(windowId); in OnRemoteRequest() local
84 WMError errCode = RequestFocus(windowId); in OnRemoteRequest() local
135 WMError errCode = GetTopWindowId(mainWinId, topWinId); in OnRemoteRequest() local
146 WMError errCode = ToggleShownStateForAllAppWindows(); in OnRemoteRequest() local
152 WMError errCode = SetWindowLayoutMode(mode); in OnRemoteRequest() local
166 WMError errCode = GetAccessibilityWindowInfo(infos); in OnRemoteRequest() local
191 WMError errCode = GetVisibilityWindowInfo(infos); in OnRemoteRequest() local
208 WMError errCode = GetSystemConfig(config); in OnRemoteRequest() local
272 WMError errCode = UpdateRsTree(windowId, isAdd); in OnRemoteRequest() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddefault_factory.cpp33 IKvDB *DefaultFactory::CreateKvDb(KvDBType kvDbType, int &errCode) in CreateKvDb()
55 IKvDB *DefaultFactory::CreateLocalKvDB(int &errCode) in CreateLocalKvDB()
63 IKvDB *DefaultFactory::CreateMultiVerNaturalStore(int &errCode) in CreateMultiVerNaturalStore()
72 IKvDB *DefaultFactory::CreateSingleVerNaturalStore(int &errCode) in CreateSingleVerNaturalStore()
80 IKvDB *DefaultFactory::CreateRdSingleVerNaturalStore(int &errCode) in CreateRdSingleVerNaturalStore()
89 IKvDB *DefaultFactory::CreateCommitStorageDB(int &errCode) in CreateCommitStorageDB()
96 IKvDBMultiVerDataStorage *DefaultFactory::CreateMultiVerStorage(int &errCode) in CreateMultiVerStorage()
104 IKvDBCommitStorage *DefaultFactory::CreateMultiVerCommitStorage(int &errCode) in CreateMultiVerCommitStorage()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A DTlsSocketServerTest.cpp151 server.Stop([](int32_t errCode) { EXPECT_TRUE(errCode == TlsSocket::TLSSOCKET_SUCCESS); }); in __anon487d28ab0802()
181 …server.Send(tlsServerSendOptions, [](int32_t errCode) { EXPECT_TRUE(errCode == TlsSocket::TLSSOCKE… in __anon487d28ab0a02()
187 server.Stop([](int32_t errCode) { EXPECT_TRUE(errCode == TlsSocket::TLSSOCKET_SUCCESS); }); in __anon487d28ab0c02()
204 server.Send(tlsServerSendOptions, [](int32_t errCode) { in __anon487d28ab0d02()
208 …server.GetRemoteCertificate(socketFd, [](int32_t errCode, const TlsSocket::X509CertRawData &cert) { in __anon487d28ab0e02()
214 server.Stop([](int32_t errCode) { EXPECT_TRUE(errCode == TlsSocket::TLSSOCKET_SUCCESS); }); in __anon487d28ab1002()
234 … (void)server.Close(socketFd, [](int32_t errCode) { EXPECT_TRUE(TlsSocket::TLSSOCKET_SUCCESS); }); in __anon487d28ab1302()
251 server.GetProtocol([&getProtocolVal](int32_t errCode, const std::string &protocol) { in __anon487d28ab1502()
258 server.GetState([&stateBase](int32_t errCode, Socket::SocketStateBase state) { in __anon487d28ab1602()
269 … (void)server.Close(socketFd, [](int32_t errCode) { EXPECT_TRUE(TlsSocket::TLSSOCKET_SUCCESS); }); in __anon487d28ab1702()
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_reverse_proxy_mock.cpp25 void ServiceReverseProxy::BackupOnBundleStarted(int32_t errCode, string bundleName) {} in BackupOnBundleStarted()
29 void ServiceReverseProxy::BackupOnBundleFinished(int32_t errCode, string bundleName) {} in BackupOnBundleFinished()
31 void ServiceReverseProxy::BackupOnAllBundlesFinished(int32_t errCode) {} in BackupOnAllBundlesFinished()
35 void ServiceReverseProxy::RestoreOnBundleStarted(int32_t errCode, string bundleName) {} in RestoreOnBundleStarted()
37 void ServiceReverseProxy::RestoreOnBundleFinished(int32_t errCode, string bundleName) {} in RestoreOnBundleFinished()
39 void ServiceReverseProxy::RestoreOnAllBundlesFinished(int32_t errCode) {} in RestoreOnAllBundlesFinished()
48 int32_t errCode) {} in IncrementalBackupOnFileReady()
50 void ServiceReverseProxy::IncrementalBackupOnBundleStarted(int32_t errCode, string bundleName) {} in IncrementalBackupOnBundleStarted()
56 void ServiceReverseProxy::IncrementalBackupOnAllBundlesFinished(int32_t errCode) {} in IncrementalBackupOnAllBundlesFinished()
64 void ServiceReverseProxy::IncrementalRestoreOnAllBundlesFinished(int32_t errCode) {} in IncrementalRestoreOnAllBundlesFinished()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp40 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
52 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
65 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
78 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
89 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
101 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
112 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
124 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
136 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
148 int32_t errCode = static_cast<int32_t>(StageRes::STAGE_SUCC); variable
[all …]
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp186 int errCode = cellularCallInterfacePtr_->Dial(callInfo); in Dial() local
202 int errCode = cellularCallInterfacePtr_->HangUp(callInfo, type); in HangUp() local
218 int errCode = cellularCallInterfacePtr_->Reject(callInfo); in Reject() local
234 int errCode = cellularCallInterfacePtr_->Answer(callInfo); in Answer() local
248 int errCode = cellularCallInterfacePtr_->HoldCall(callInfo); in HoldCall() local
262 int errCode = cellularCallInterfacePtr_->UnHoldCall(callInfo); in UnHoldCall() local
276 int errCode = cellularCallInterfacePtr_->SwitchCall(callInfo); in SwitchCall() local
355 int errCode = cellularCallInterfacePtr_->StopDtmf(callInfo); in StopDtmf() local
460 int errCode = cellularCallInterfacePtr_->GetCallWaiting(slotId); in GetCallWaiting() local
532 int errCode = cellularCallInterfacePtr_->StopRtt(slotId); in StopRtt() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_cache.cpp31 int errCode = -E_NOT_SUPPORT; in PrepareForSavingCacheData() local
56 int errCode = E_OK; in ResetForSavingCacheData() local
72 int errCode = E_OK; in ResetForMigrateCacheData() local
304 int errCode = E_OK; in CheckDataWithQuery() local
343 int errCode = CheckDataWithQuery(dataItems); in MigrateDataItems() local
384 int errCode = StartTransaction(TransactType::IMMEDIATE); in MigrateSyncDataByVersion() local
597 int errCode = E_OK; in GetExpandedCheckSql() local
633 int errCode = E_OK; in SaveSyncDataItemInCacheMode() local
817 int errCode = GetMinTimestampInCacheDB(minTimeInCache); in InitMigrateTimestampOffset() local
850 int errCode = InitMigrateTimestampOffset(); in ProcessTimestampForSyncDataInCacheDB() local
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/include/
H A Dservice_reverse_mock.h40 void BackupOnBundleStarted(int32_t errCode, std::string bundleName) override {} in BackupOnBundleStarted()
42 void BackupOnBundleFinished(int32_t errCode, std::string bundleName) override {} in BackupOnBundleFinished()
43 void BackupOnAllBundlesFinished(int32_t errCode) override {} in BackupOnAllBundlesFinished()
46 void RestoreOnBundleStarted(int32_t errCode, std::string bundleName) override {} in RestoreOnBundleStarted()
47 void RestoreOnBundleFinished(int32_t errCode, std::string bundleName) override {} in RestoreOnBundleFinished()
48 void RestoreOnAllBundlesFinished(int32_t errCode) override {} in RestoreOnAllBundlesFinished()
54 int32_t errCode) override {} in IncrementalBackupOnFileReady()
55 void IncrementalBackupOnBundleStarted(int32_t errCode, std::string bundleName) override {} in IncrementalBackupOnBundleStarted()
58 void IncrementalBackupOnAllBundlesFinished(int32_t errCode) override {} in IncrementalBackupOnAllBundlesFinished()
63 void IncrementalRestoreOnAllBundlesFinished(int32_t errCode) override {} in IncrementalRestoreOnAllBundlesFinished()
[all …]
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_proxy.cpp381 int32_t errCode = callManagerServicePtr_->MakeCall(number); in MakeCall() local
438 int32_t errCode = callManagerServicePtr_->HangUpCall(callId); in HangUpCall() local
457 int32_t errCode = callManagerServicePtr_->GetCallState(); in GetCallState() local
476 int32_t errCode = callManagerServicePtr_->HoldCall(callId); in HoldCall() local
495 int32_t errCode = callManagerServicePtr_->UnHoldCall(callId); in UnHoldCall() local
833 int32_t errCode = callManagerServicePtr_->StopDtmf(callId); in StopDtmf() local
981 int32_t errCode = callManagerServicePtr_->SetMuted(isMute); in SetMuted() local
1000 int32_t errCode = callManagerServicePtr_->MuteRinger(); in MuteRinger() local
1058 int32_t errCode = TELEPHONY_SUCCESS; in SetPreviewWindow() local
1087 int32_t errCode = TELEPHONY_SUCCESS; in SetDisplayWindow() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_json_common_test.cpp51 int errCode = E_OK; variable
76 int errCode = E_OK; variable
100 int errCode = E_OK; variable
122 int errCode = E_OK; variable
136 int errCode = E_OK; variable
155 int errCode = E_OK; variable
174 int errCode = E_OK; variable
193 int errCode = E_OK; variable
212 int errCode = E_OK; variable
231 int errCode = E_OK; variable
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_kvstore_test.cpp37 … int errCode = kvStorePtr_->Init(KvStoreRoleType::OWNER, KvStoreValueType::MONTH_ASTC, TEST_PATH); in RestoreTestKvStore() local
84 int errCode = kvStorePtr_->Insert(FORTH_KEY, value); variable
94 int errCode = kvStorePtr_->Delete(FIRST_KEY); variable
104 int errCode = kvStorePtr_->Query(FIRST_KEY, value); variable
122 int errCode = kvStorePtr_->BatchQuery(uriBatch, dataBatch); variable
150 …int errCode = monthKvStorePtr->Init(KvStoreRoleType::OWNER, KvStoreValueType::MONTH_ASTC, TEST_PAT… variable
182 int32_t errCode = singleKvStore->BatchInsert(entries); variable
197 …int32_t errCode = singleOwnerKvStore->InitSingleKvstore(KvStoreRoleType::OWNER, TEST_MONTH_STOREID… variable
210 int32_t errCode = singleKvStore->PutAllValueToNewKvStore(kvStorePtr_); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp59 int errCode = conn_->Put(option, key, value); in Put() local
76 int errCode = conn_->PutBatch(option, entries); in PutBatch() local
93 int errCode = conn_->Delete(option, key); in Delete() local
127 int errCode = conn_->Clear(option); in Clear() local
161 int errCode = conn_->GetSnapshot(snapshot); in GetKvStoreSnapshot() local
223 int errCode = E_OK; in RegisterObserver() local
278 int errCode = conn_->StartTransaction(); in StartTransaction() local
293 int errCode = conn_->Commit(); in Commit() local
308 int errCode = conn_->RollBack(); in Rollback() local
333 int errCode = conn_->Rekey(password); in Rekey() local
[all …]
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp73 int errCode = Connect(); in AddForm() local
136 int errCode = Connect(); in DeleteForm() local
169 int errCode = Connect(); in StopRenderingForm() local
202 int errCode = Connect(); in ReleaseForm() local
241 int errCode = Connect(); in UpdateForm() local
287 int errCode = Connect(); in ReleaseRenderer() local
320 int errCode = Connect(); in RequestForm() local
366 int errCode = Connect(); in NotifyWhetherVisibleForms() local
391 int errCode = Connect(); in HasFormVisible() local
418 int errCode = Connect(); in CastTempForm() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp158 int errCode = E_OK; in GetCommitData() local
272 int errCode; in GetValueSliceInner() local
294 int errCode; in PutValueSliceInner() local
317 int errCode; in DeleteValueSliceInner() local
345 int errCode; in StartSliceTransaction() local
592 int errCode = E_OK; in GetDiffEntries() local
640 int errCode = E_OK; in Get() local
663 int errCode = E_OK; in GetEntries() local
854 int errCode = E_OK; in CommitTransaction() local
957 int errCode = E_OK; in InitCurrentReadVersion() local
[all …]

12345678910>>...59