/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1377 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 D | multimodal_input_connect_proxy.cpp | 1068 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 D | netsys_native_service_proxy.cpp | 109 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 D | distributed_input_sourcemanager_test.cpp | 186 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 D | swiper_pattern.cpp | 2330 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 D | ability_manager_service_fourth_test.cpp | 114 int SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 1985 switch (keyEvent.code) { in OnStartBtnClick()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_pattern_test_ng.cpp | 837 keyEvent.code = KeyCode::KEY_ENTER; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_model_test_ng.cpp | 994 event.code = KeyCode::KEY_MENU; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_pattern.cpp | 428 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 D | audio_manager_stub_unit_test.cpp | 60 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 D | server_msg_handler_test.cpp | 60 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 D | rdb_store_test.cpp | 142 EXPECT_EQ(progressDetails->code, Rdb_ProgressCode::RDB_CLOUD_DISABLED); in CloudSyncObserverCallback()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_proxy.cpp | 5110 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 D | jsi_engine.cpp | 2626 // 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 D | bms_bundle_resource_test.cpp | 1790 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 D | js_scene_session_manager.cpp | 1325 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 D | sta_state_machine.cpp | 349 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 D | checkboxgroup_test_ng.cpp | 283 * 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 D | select_test_ng.cpp | 326 event.code = KeyCode::KEY_ENTER; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_dialog_view.cpp | 1045 if (event.code == KeyCode::KEY_ESCAPE) {
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 366 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 D | pipeline_context.cpp | 3724 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 D | web_pattern.cpp | 2101 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 D | pixel_map_napi.cpp | 1546 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
|