Home
last modified time | relevance | path

Searched defs:code (Results 2201 - 2225 of 6187) sorted by relevance

1...<<81828384858687888990>>...248

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_container_ut_test.cpp403 constexpr int32_t code = 0; in HWTEST_F() local
425 constexpr int32_t code = 1; in HWTEST_F() local
444 constexpr int32_t code = 0; in HWTEST_F() local
459 constexpr int32_t code = 0; in HWTEST_F() local
585 constexpr int32_t code = 1; in HWTEST_F() local
608 constexpr int32_t code = 1; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ui_extension_context_test/
H A Dui_extension_context_test.cpp194 int32_t code = 2; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/
H A Dcapi_ability_runtime_application_context_test.cpp152 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); in HWTEST_F() local
191 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); HWTEST_F() local
232 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); HWTEST_F() local
281 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, bufferSize, &writeLength); HWTEST_F() local
325 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
346 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
369 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
416 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
459 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
504 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappforegroundstateobserverstub_fuzzer/
H A Dabilityinterfacesappmgrappforegroundstateobserverstub_fuzzer.cpp79 uint32_t code = static_cast<uint32_t>(IAppForegroundStateObserver::Message::ON_APP_STATE_CHANGED); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp67 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability.cpp253 int32_t Ability::MsgHandleInner(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in MsgHandleInner() argument
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifystub_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifystub_fuzzer.cpp82 uint32_t code = static_cast<uint32_t>(INativeChildNotify::IPC_ID_ON_NATIVE_CHILD_STARTED); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.cpp56 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp67 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dwindow_manager_service_handler_proxy.cpp248 int32_t WindowManagerServiceHandlerProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd() argument
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmanageramsmgrstub_fuzzer/
H A Dabilityinterfacesappmanageramsmgrstub_fuzzer.cpp70 uint32_t code = static_cast<uint32_t>(IAmsMgr::Message::UPDATE_EXTENSION_STATE); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/ability_first_frame_state_observer_manager_test/
H A Dability_first_frame_state_observer_manager_test.cpp45 int InvokeSendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in InvokeSendRequest() argument
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator.cpp67 void CJAbilityDelegator::FinishTest(const char* msg, int64_t code) in FinishTest() argument
161 void FFIAbilityDelegatorFinishTest(int64_t id, const char* msg, int64_t code) in FFIAbilityDelegatorFinishTest() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_collaborator_proxy.cpp497 int32_t AbilityManagerCollaboratorProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd() argument
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.cpp187 void FormElement::HandleOnErrorEvent(const std::string code, const std::string msg) in HandleOnErrorEvent() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl_stub.cpp30 int CastSessionImplStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_manager_proxy.cpp332 int32_t UriPermissionManagerProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd() argument
/foundation/ability/ability_runtime/test/unittest/completed_dispatcher_test/
H A Dcompleted_dispatcher_test.cpp67 static int code; member in OHOS::AbilityRuntime::WantAgent::CompletedDispatcherTest::CompletedCallbackSon
71 int CompletedDispatcherTest::CompletedCallbackSon::code = 0; member in OHOS::AbilityRuntime::WantAgent::CompletedDispatcherTest::CompletedCallbackSon
150 CompletedCallbackSon::code = 0; in HWTEST_F() member in OHOS::AbilityRuntime::WantAgent::CompletedCallbackSon
178 CompletedCallbackSon::code = 0; in HWTEST_F() member in OHOS::AbilityRuntime::WantAgent::CompletedCallbackSon
195 CompletedCallbackSon::code in HWTEST_F() member in OHOS::AbilityRuntime::WantAgent::CompletedCallbackSon
210 CompletedCallbackSon::code = 0; HWTEST_F() member in OHOS::AbilityRuntime::WantAgent::CompletedCallbackSon
[all...]
/foundation/arkui/ace_engine/component_ext/ext_common/
H A Dext_napi_utils.cpp56 napi_value ExtNapiUtils::CreateInt32(napi_env env, int32_t code) in CreateInt32() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_report_stub.cpp21 int32_t UiReportStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall_napi.cpp237 napi_value code = nullptr; in CreateResultMessage() local
/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection/
H A Dwindow_extension_connection_ohos.cpp130 ErrCode code = AccountSA::OsAccountManager::QueryActiveOsAccountIds(userIds); in ConnectExtension() local
/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection_ng/
H A Dwindow_extension_connection_ohos_ng.cpp150 ErrCode code = AccountSA::OsAccountManager::QueryActiveOsAccountIds(userIds); in ConnectExtension() local
/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_ui_extension_model_ng.cpp53 SetOnError( std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) SetOnError() argument
57 SetPlatformOnError( std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) SetPlatformOnError() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dplatform_pattern.h100 int32_t code = 0; member

Completed in 15 milliseconds

1...<<81828384858687888990>>...248