Home
last modified time | relevance | path

Searched defs:result (Results 2026 - 2050 of 7801) sorted by relevance

1...<<81828384858687888990>>...313

/drivers/peripheral/camera/vdi_base/common/include/
H A DTimeOutExecutor.h113 ExecuteResult Execute(Result &result, Args... args) in Execute() argument
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dmetadata_config.cpp49 bool result = false; in UpdateSettingsConfig() local
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_death_recipient.cpp106 bool result = remote->RemoveDeathRecipient(deathReci->second); in RemoveMapperOfDestoryedComponent() local
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
H A Dcodecsendcommand_fuzzer.cpp66 bool result = Preconditions(); in CodecSendCommand() local
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_dump_vdi.cpp65 string result; in DumpBuffer() local
82 string result; in UpdateUserConfig() local
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp313 std::string result; in BENCHMARK_F() local
/drivers/peripheral/light/test/unittest/hdi/
H A Dhdi_unittest_light.cpp70 bool result = std::any_of(g_info.begin(), g_info.end(), in IsSupportedLightId() local
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp58 ResultCode result = GetDataFromBuf(NULL, srcLenTest, destTest, destLen); in HWTEST_F() local
90 ResultCode result = GetBufFromData(NULL, srcLenTest, &destTest, destLenTest); HWTEST_F() local
117 ResultCode result = GenerateFileName(templateId, nullptr, suffix, fileName, fileNameLen); HWTEST_F() local
142 ResultCode result = ReadPinFile(nullptr, dataLen, 1, suffix); HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Dglobal_config_file_manager.c208 ResultCode result = StreamRead(parcel, &index, &version, sizeof(uint32_t)); in ReadGlobalConfigInfo() local
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp59 int32_t result = impl->GetExecutorInfo(info); in HWTEST_F() local
109 int32_t result = impl->GetExecutorInfo(info); HWTEST_F() local
[all...]
/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_utils.cpp61 char *ParseSysCmdResult(FILE &result, int32_t line, int32_t word) in ParseSysCmdResult() argument
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dbuffer_test.cpp61 bool result = IsBufferValid(buffer1); in HWTEST_F() local
97 bool result = IsBufferValid(buffer1); in HWTEST_F() local
140 bool result = CheckBufferWithSize(buffer1, BUFFER_LEN_5); HWTEST_F() local
167 Buffer *result = CopyBuffer(buffer0); HWTEST_F() local
186 bool result = CompareBuffer(nullptr, nullptr); HWTEST_F() local
236 uint32_t result = GetBufferData(nullptr, nullptr, nullptr); HWTEST_F() local
[all...]
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp87 bool result = false; in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_common.c35 int result = 0; in Hex2Dec() local
/test/testfwk/arkxtest/testserver/src/client/
H A Dtest_server_client.cpp160 bool result = false; in PublishCommonEvent() local
/test/ostest/wukong/test_flow/src/
H A Dtest_flow.cpp35 OHOS::ErrCode result = OHOS::ERR_OK; in CheckVaildityCmd() local
89 OHOS::ErrCode result = OHOS::ERR_OK; Run() local
[all...]
/test/ostest/wukong/input_factory/src/
H A Dappswitch_input.cpp57 ErrCode result = AppManager::GetInstance()->StartAbilityByBundleInfo(abilityList[index], bundleList[index]); in OrderInput() local
79 ErrCode result = AppManager::GetInstance()->StartAbilityByBundleInfo(abilityList[index], bundleList[index]); in RandomInput() local
89 ErrCode result = AppManager::GetInstance()->StartAbilityByUriAndType(uri, uriType); in RandomInput() local
96 ErrCode result = AppManager::GetInstance()->StartAbilityByAbilityAndUri(uri, abilityName); RandomInput() local
106 PrintResultOfStartAbility(const ErrCode result, uint32_t index) PrintResultOfStartAbility() argument
[all...]
/test/ostest/wukong/shell_command/src/
H A Dwukong_main.cpp90 bool result = false; in IsRunning() local
/test/ostest/wukong/common/src/
H A Dapp_manager.cpp82 int result; in StartAbilityByBundleInfo() local
111 int result; in StartAbilityByUriAndType() local
128 int result; StartAbilityByAbilityAndUri() local
[all...]
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A DIpcStub.cpp118 int32_t result = Add(a, b); in HandleAdd() local
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/entry/src/main/cpp/
H A Dhello.cpp64 napi_value result; in loadModuleWithInfo() local
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/harOne/src/main/cpp/
H A Dhello.cpp64 napi_value result; in loadModuleWithInfo() local
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/harTwo/src/main/cpp/
H A Dhello.cpp64 napi_value result; in loadModuleWithInfo() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/native/
H A Dnative.cpp28 auto result = OH_ArkUI_GetContextByNode(nullptr); in native_001() local
38 auto result = OH_ArkUI_GetNavigationId(nullptr,buffer,SMALL_BUFFER_LEN,&resLen); in native_002() local
48 auto result = OH_ArkUI_GetNavDestinationName(nullptr,buffer,SMALL_BUFFER_LEN,&resLen); in native_003() local
59 auto result = OH_ArkUI_GetNavDestinationNameByIndex(nullptr,10000,buffer,SMALL_BUFFER_LEN,&resLen); in native_005() local
69 auto result = OH_ArkUI_GetNavDestinationId(nullptr,buffer,SMALL_BUFFER_LEN,&resLen); in native_006() local
75 auto result = OH_ArkUI_GetNavDestinationState(nullptr,nullptr); native_007() local
82 auto result = OH_ArkUI_GetNavDestinationIndex(nullptr,nullptr); native_008() local
89 auto result = OH_ArkUI_GetNavDestinationParam(nullptr); native_009() local
95 auto result = OH_ArkUI_GetRouterPageIndex(nullptr,nullptr); native_010() local
106 auto result = OH_ArkUI_GetRouterPageName(nullptr,buffer,SMALL_BUFFER_LEN,&resLen); native_011() local
116 auto result = OH_ArkUI_GetRouterPagePath(nullptr,buffer,SMALL_BUFFER_LEN,&resLen); native_012() local
122 auto result = OH_ArkUI_GetRouterPageState(nullptr,nullptr); native_013() local
132 auto result = OH_ArkUI_GetRouterPageId(nullptr,buffer,SMALL_BUFFER_LEN,&resLen); native_014() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_onsubmit_test.cpp60 ArkUI_NodeComponentEvent *result = OH_ArkUI_NodeEvent_GetNodeComponentEvent(event); in OnEventReceive() local

Completed in 11 milliseconds

1...<<81828384858687888990>>...313