Home
last modified time | relevance | path

Searched refs:code (Results 3126 - 3150 of 3160) sorted by relevance

1...<<121122123124125126127

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1377 ACE_SCOPED_TRACE("JsiDeclarativeEngine::ExecuteAbc Execute Page code : %s", fileName.c_str()); in ExecuteAbc()
1630 ACE_SCOPED_TRACE("JsiDeclarativeEngine::LoadJsWithModule Execute Page code : %s", urlName.c_str()); in LoadJsWithModule()
2606 void JsiDeclarativeEngine::OnCompleteContinuation(int32_t code) in OnCompleteContinuation() argument
2613 std::vector<shared_ptr<JsValue>> argv = { runtime->NewNumber(code) }; in OnCompleteContinuation()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_proxy.cpp1068 int32_t MultimodalInputConnectProxy::HandleGestureMonitor(uint32_t code, in HandleGestureMonitor() argument
1084 int32_t ret = remote->SendRequest(code, data, reply, option); in HandleGestureMonitor()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp109 NETNATIVE_LOGE("SendRequest failed, ret code: [%{public}d]", ret); in SetResolverConfig()
131 NETNATIVE_LOGE("SendRequest failed, ret code: [%{public}d]", ret); in GetResolverConfig()
180 NETNATIVE_LOGE("SendRequest failed, result code: [%{public}d]", result); in CreateNetworkCache()
202 NETNATIVE_LOGE("SendRequest failed, result code: [%{public}d]", result); in DestroyNetworkCache()
222 NETNATIVE_LOGE("SendRequest failed, result code: [%{public}d]", result); in GetAddrInfo()
269 NETNATIVE_LOGE("SendRequest failed, error code: [%{public}d]", result); in SetInterfaceMtu()
291 NETNATIVE_LOGE("SendRequest failed, result code: [%{public}d]", result); in SetTcpBufferSizes()
313 NETNATIVE_LOGE("SendRequest failed, error code: [%{public}d]", result); in GetInterfaceMtu()
338 NETNATIVE_LOGE("SendRequest failed, error code: [%{public}d]", result); in RegisterNotifyCallback()
365 NETNATIVE_LOGE("SendRequest failed, error code in UnRegisterNotifyCallback()
2118 DealBandwidth(uint32_t uid, uint32_t code) DealBandwidth() argument
[all...]
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp186 int32_t DistributedInputSourceManagerTest::TestSimulationEventCb::OnSimulationEvent(uint32_t type, uint32_t code, in OnSimulationEvent() argument
190 (void)code; in OnSimulationEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2330 if ((GetDirection() == Axis::HORIZONTAL && event.code == KeyCode::KEY_DPAD_LEFT) || in OnKeyEvent()
2331 (GetDirection() == Axis::VERTICAL && event.code == KeyCode::KEY_DPAD_UP)) { in OnKeyEvent()
2345 if ((GetDirection() == Axis::HORIZONTAL && event.code == KeyCode::KEY_DPAD_RIGHT) || in OnKeyEvent()
2346 (GetDirection() == Axis::VERTICAL && event.code == KeyCode::KEY_DPAD_DOWN)) { in OnKeyEvent()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp114 int SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp1985 switch (keyEvent.code) { in OnStartBtnClick()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_pattern_test_ng.cpp837 keyEvent.code = KeyCode::KEY_ENTER; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp994 event.code = KeyCode::KEY_MENU; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp428 if (event.code == KeyCode::KEY_ENTER) { in OnKeyEvent()
939 // XTS inspector code
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_manager_stub_unit_test/src/
H A Daudio_manager_stub_unit_test.cpp60 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override
124 * @tc.desc : Test HandleThirdPartCode interface. Set code value to GET_ASR_AEC_MODE
142 * @tc.desc : Test HandleFourthPartCode interface. Set code value to GET_ASR_NOISE_SUPPRESSION_MODE, Set
161 * @tc.desc : Test HandleFourthPartCode interface. Set code value to GET_ASR_NOISE_SUPPRESSION_MODE, Set
180 * @tc.desc : Test HandleFourthPartCode interface. Set code value to GET_ASR_NOISE_SUPPRESSION_MODE, Set
198 * @tc.desc : Test HandleFourthPartCode interface. Set code value to GET_ASR_NOISE_SUPPRESSION_MODE
219 * @tc.desc : Test HandleFourthPartCode interface. Set code value to SET_ASR_WHISPER_DETECTION_MODE
240 * @tc.desc : Test HandleFourthPartCode interface. Set code value to GET_ASR_WHISPER_DETECTION_MODE
261 * @tc.desc : Test HandleFourthPartCode interface. Set code value to SET_ASR_VOICE_CONTROL_MODE
282 * @tc.desc : Test HandleFourthPartCode interface. Set code valu
[all...]
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp60 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { return 0; } in SendRequest() argument
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp142 EXPECT_EQ(progressDetails->code, Rdb_ProgressCode::RDB_CLOUD_DISABLED); in CloudSyncObserverCallback()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_proxy.cpp5110 ErrCode AbilityManagerProxy::SendRequest(AbilityManagerInterfaceCode code, MessageParcel &data, MessageParcel &reply, in SendRequest() argument
5120 return remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2626 // These js code is put into jsfwk, No need to do any thing here. in FlushCommandBuffer()
3626 void JsiEngine::OnCompleteContinuation(int32_t code)
3635 std::vector<shared_ptr<JsValue>> argv = { runtime->NewNumber(code) };
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp1790 auto code = bundleInfo.SetAbilityEnabled(MODULE_NAME, ABILITY_NAME, false, USERID); in HWTEST_F() local
1791 EXPECT_EQ(code, ERR_OK); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1325 auto code = WS_JS_TO_ERROR_CODE_MAP.at( in OnGetAllAbilityInfos()
1327 *errCode = static_cast<int32_t>(code); in OnGetAllAbilityInfos()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp349 void StaStateMachine::InvokeOnWpsChanged(WpsStartState state, const int code) in InvokeOnWpsChanged() argument
354 callBackItem.second.OnWpsChanged(state, code, m_instId); in InvokeOnWpsChanged()
426 WIFI_LOGI("update wifi country code sucess, wifiCountryCode=%{public}s", wifiCountryCode.c_str()); in ExecuteStateMsg()
429 WIFI_LOGE("update wifi country code fail, wifiCountryCode=%{public}s, ret=%{public}d", in ExecuteStateMsg()
1583 * current state of StaStateMachine transfers to WpsState after Wps code start in StartWpsMode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_test_ng.cpp283 * test event.action == KeyAction::DOWN and event.code != KeyCode::KEY_ENTER in HWTEST_F()
288 * test event.action == KeyAction::DOWN and event.code == KeyCode::KEY_ENTER in HWTEST_F()
1795 keyEvent.code = KeyCode::KEY_ENTER; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp326 event.code = KeyCode::KEY_ENTER; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp1045 if (event.code == KeyCode::KEY_ESCAPE) {
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp366 briefs.insert_or_assign(key, value.code); in Sync()
1665 LOG_ERROR("Attach get statement failed, code is %{public}d", errCode); in AttachInner()
1673 LOG_ERROR("Attach get statement failed, code is %{public}d", errCode); in AttachInner()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3724 TAG_LOGD(AceLogTag::ACE_WEB, "Web ReDispach key event: code:%{public}d/action:%{public}d.", keyEvent.code, in ReDispatch()
3761 if (event.code == KeyCode::KEY_ESCAPE) { in OnKeyEvent()
3777 if (event.code == KeyCode::KEY_ESCAPE && event.action == KeyAction::DOWN) { in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2101 if (static_cast<int32_t>(keyEvent->code) == keyCode) { in ClearKeyEventByKeyCode()
2131 return delegate_->WebOnKeyEvent(static_cast<int32_t>(keyEvent.code), in WebOnKeyEvent()
2149 if (static_cast<int32_t>(keyEvent->code) == event->GetKeyCode() && in KeyboardReDispatch()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp1546 const std::string &tag, const std::uint32_t &code, const std::string &info) in ThrowExceptionError()
1550 errNode->second.find(code) != errNode->second.end()) { in ThrowExceptionError()
1551 return ImageNapiUtils::ThrowExceptionError(env, code, info); in ThrowExceptionError()
1545 ThrowExceptionError(napi_env env, const std::string &tag, const std::uint32_t &code, const std::string &info) ThrowExceptionError() argument

Completed in 112 milliseconds

1...<<121122123124125126127