/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | start_specified_ability_response_stub.cpp | 121 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | confirm_callback.cpp | 70 void ConfirmCallback::OnError(int32_t code, const std::string &name, const std::string &message) in OnError()
|
H A D | request_photo_uris_read_permission_callback.cpp | 75 void RequestPhotoUrisReadPermissionCallback::OnError(int32_t code, const std::string &name, in OnError()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/efficiency_resources_jsunittest/ |
H A D | config.json | 6 "code": 1, number
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/test/unittest/systemload_jsunittest/ |
H A D | config.json | 6 "code": 1, number
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/napi/avsession_controller_jsunittest/ |
H A D | config.json | 6 "code": 1, number
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/napi/avsession_jsunittest/ |
H A D | config.json | 6 "code": 1, number
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_sink_proxy.cpp | 174 bool DistributedInputSinkProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in SendRequest()
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowipc_fuzzer/ |
H A D | windowipc_fuzzer.cpp | 63 uint32_t code; in IPCFuzzTest() local
|
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_monitor_stub.cpp | 30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_callback_hdi.cpp | 92 int32_t PinAuthExecutorCallbackHdi::OnResult(int32_t code, const std::vector<uint8_t> &extraInfo) in OnResult()
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_async_call.cpp | 179 std::string PrintAsyncCall::GetErrorText(uint32_t code) in GetErrorText()
|
/aosp14/system/core/init/ |
H A D | keychords_test.cpp | 123 bool EventHandler::send(uint16_t type, uint16_t code, uint16_t value) { in send() 128 bool EventHandler::send(uint16_t code, bool value) { in send()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_element.cpp | 187 void FormElement::HandleOnErrorEvent(const std::string code, const std::string msg) in HandleOnErrorEvent() 299 [weak = WeakClaim(this), instanceID](std::string code, std::string msg) { in Prepare()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 33 static int ProxyCallback(IOwner owner, int code, IpcIo *reply) in ProxyCallback() 45 static int OpenSessionProxyCallback(IOwner owner, int code, IpcIo *reply) in OpenSessionProxyCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.h | 140 uint8_t code; member 147 uint8_t code; member
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_client_producer.cpp | 307 void BufferClientProducer::SetAttr(uint32_t code, uint32_t value) in SetAttr() 325 uint32_t BufferClientProducer::GetAttr(uint32_t code) in GetAttr()
|
/ohos5.0/base/security/security_guard/services/security_collector/src/ |
H A D | security_collector_manager_service.cpp | 318 int code = AccessToken::AccessTokenKit::VerifyAccessToken(callerToken, REPORT_PERMISSION); in QuerySecurityEvent() local 359 int code = AccessToken::AccessTokenKit::VerifyAccessToken(callerToken, permission); in HasPermission() local
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/ |
H A D | ap.c | 120 static uint32_t SetCountryCode(struct NetDevice *netDev, const char *code, uint32_t len) in SetCountryCode() 441 const char *code = NULL; in WifiCmdSetCountryCode() local
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/ |
H A D | mem_mgr_stub.cpp | 43 int MemMgrStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOp… in OnRemoteRequest() 56 int32_t MemMgrStub::OnRemoteRequestInner(uint32_t code, in OnRemoteRequestInner()
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/ |
H A D | add_white_list_infos_call_back_test.cpp | 124 uint32_t code, int32_t value) in OnSimulationEvent() 310 uint32_t code = 1; variable
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/ |
H A D | avmetadata_service_proxy_fuzzer.cpp | 73 void AVMetadataServiceProxyFuzzer::SendRequest(uint32_t code, uint8_t *inputData, size_t size, bool… in SendRequest() 288 int32_t AVMetadataServiceProxyFuzzer::SendRequest(uint32_t code, in SendRequest()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_stub.cpp | 35 int CommonEventStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in OnRemoteRequest() 318 bool CommonEventStub::FinishReceiver(const sptr<IRemoteObject> &proxy, const int32_t &code, in FinishReceiver()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | common_event_test.cpp | 329 const int32_t code = 1; variable 362 const uint32_t code = -1; variable
|
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManagerInternal.java | 89 public abstract void onAppOpsChanged(int code, int uid, in onAppOpsChanged()
|