Home
last modified time | relevance | path

Searched refs:ERR_TIMED_OUT (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/want_utils_test/
H A Dwant_utils_test.cpp98 AppDomainVerify::AppDomainVerifyMgrClient::convertResultCode_ = ERR_TIMED_OUT; in HWTEST_F()
100 EXPECT_EQ(errCode, ERR_TIMED_OUT); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_status.cpp36 return ERR_TIMED_OUT; in GetResultCode()
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Derror_code.cpp30 {ErrorCode::ERR_TIMED_OUT, "ERROR_TIMED_OUT"},
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Derrors.h141 ERR_TIMED_OUT = BASE_ERR_OFFSET + ETIMEDOUT enumerator
/foundation/multimedia/image_framework/mock/native/include/
H A Derrors.h109 ERR_TIMED_OUT = BASE_ERR_OFFSET + ETIMEDOUT enumerator
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability.cpp61 return ERR_TIMED_OUT; in TestSaCallSa()
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/
H A Derrors.h107 ERR_TIMED_OUT = BASE_ERR_OFFSET + ETIMEDOUT enumerator
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp65 retCode = ERR_TIMED_OUT; in ConvertToExplicitWant()
/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_type_translate.cpp99 {OHOS::ERR_TIMED_OUT, Status::ERROR_TIMED_OUT}, in Error2Status()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_type_translate.cpp130 {OHOS::ERR_TIMED_OUT, Status::ERROR_TIMED_OUT}, in Error2Status()
/foundation/multimedia/image_effect/interfaces/inner_api/native/common/
H A Derror_code.h109 ERR_TIMED_OUT = ERR_UNKNOWN + 104, member
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsa_proxy_cache_test.cpp217 g_mockReturn = ERR_TIMED_OUT; in HWTEST_F()
224 EXPECT_EQ(ret, ERR_TIMED_OUT); in HWTEST_F()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp359 EXPECT_EQ(binderInvoker.HandleCommandsInner(BR_FINISHED), -ERR_TIMED_OUT); in HWTEST_F()
424 EXPECT_EQ(error, -ERR_TIMED_OUT); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_record.cpp82 return ERR_TIMED_OUT; in WaitForLoaded()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp559 if ((userError == -ERR_TIMED_OUT || userError == IPC_INVOKER_INVALID_DATA_ERR) && !isMainWorkThread) { in StartWorkLoop()
992 error = -ERR_TIMED_OUT; in HandleCommandsInner()
1016 if (error != ERR_NONE && error != -ERR_TIMED_OUT) { in HandleCommands()
/foundation/ability/ability_runtime/test/unittest/data_ability_record_test/
H A Ddata_ability_record_test.cpp184 EXPECT_EQ(dataAbilityRecord->WaitForLoaded(mutex, timeout), ERR_TIMED_OUT); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_service_load_ability_process_test/
H A Dams_service_load_ability_process_test.cpp1363 .WillOnce(DoAll(SetArgReferee<1>(PID), Return(ERR_TIMED_OUT))); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test2.cpp1981 .WillRepeatedly(DoAll(SetArgReferee<1>(additionalInfo), Return(ERR_TIMED_OUT))); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4670 EXPECT_EQ(callbackResult, ERR_TIMED_OUT); in HWTEST_F()
4690 EXPECT_EQ(callbackResult, ERR_TIMED_OUT); in HWTEST_F()
4779 EXPECT_EQ(callbackResult1, ERR_TIMED_OUT); in HWTEST_F()
4807 EXPECT_EQ(callbackResult, ERR_TIMED_OUT); in HWTEST_F()
4813 EXPECT_EQ(callbackResult1, ERR_TIMED_OUT); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp6762 int32_t ret = GetShareDataPairAndReturnData(nullptr, ERR_TIMED_OUT, uniqueId, wantParam); in HandleShareDataTimeOut()

Completed in 59 milliseconds