/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/ |
H A D | common_event_branch_test.cpp | 177 int32_t code = 1; variable
|
/ohos5.0/base/notification/common_event_service/tools/test/systemtest/cem/ |
H A D | common_event_command_publish_system_test.cpp | 121 int32_t code = commonEventData.GetCode(); in OnReceiveEvent() local
|
/ohos5.0/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 455 int code = 1; variable
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_remote_object.cpp | 360 int NAPIRemoteObject::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnRemoteRequest() 1040 napi_value code = nullptr; in MakeSendRequestResult() local 1135 napi_value StubSendRequestAsync(napi_env env, sptr<IRemoteObject> target, uint32_t code, in StubSendRequestAsync() 1177 napi_value StubSendRequestPromise(napi_env env, sptr<IRemoteObject> target, uint32_t code, in StubSendRequestPromise() 1247 int32_t code = 0; in NAPI_RemoteObject_sendRequest() local 1331 int32_t code = 0; in NAPI_RemoteObject_sendMessageRequest() local
|
/aosp12/art/compiler/utils/ |
H A D | assembler_thumb_test.cc | 49 void DumpAndCheck(std::vector<uint8_t>& code, const char* testname, const std::string& expected) { in DumpAndCheck() 80 MemoryRegion code(&managed_code[0], managed_code.size()); in EmitAndCheck() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 105 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in OnRemoteRequest() 201 uint8_t code = data.ReadUint8(); in SendDTMFToneInner() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | ipc_stream_stub.cpp | 38 int IpcStreamStub::OnMiddleCodeRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &rep… in OnMiddleCodeRemoteRequest() 82 int IpcStreamStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Messag… in OnRemoteRequest()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_account_stub.cpp | 137 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() 524 ErrCode DomainAccountStub::CheckPermission(DomainAccountInterfaceCode code, int32_t uid) in CheckPermission()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.h | 35 #define RS_PROFILER_ON_REMOTE_REQUEST(connection, code, data, reply, option) \ argument 63 #define RS_PROFILER_ON_REMOTE_REQUEST(connection, code, data, reply, option) argument
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 550 CURLcode code = curl_easy_getinfo(curlHandle_, CURLINFO_RESPONSE_CODE, &result); in ProcessResponseCode() local 636 CURLcode code = msg->data.result; in ProcessResponse() local
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | dinput_source_listener.cpp | 303 const std::string &dhid, const uint32_t type, const uint32_t code, const uint32_t value) in OnResponseKeyState() 532 void DInputSourceListener::RecordEventLog(int64_t when, int32_t type, int32_t code, in RecordEventLog()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | common_event_manager_ffi.cpp | 121 int32_t CJ_SetCode(int64_t id, int32_t code) in CJ_SetCode() 162 int32_t CJ_SetCodeAndData(int64_t id, int32_t code, char *data) in CJ_SetCodeAndData()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_proxy.cpp | 140 int IPCObjectProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOp… in SendRequest() 181 int IPCObjectProxy::SendLocalRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in SendLocalRequest() 186 int IPCObjectProxy::SendRequestInner(bool isLocal, uint32_t code, MessageParcel &data, MessageParce… in SendRequestInner()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | ibinder_internal.h | 32 inline bool isUserCommand(transaction_code_t code) { in isUserCommand()
|
/aosp12/system/update_engine/cros/ |
H A D | update_attempter.h | 106 void set_http_response_code(int code) { http_response_code_ = code; } in set_http_response_code()
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | c3_14pf.cpp | 208 Word16 code[], /* o : Innovative codebook */ in code_3i40_14bits()
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
H A D | DataStallDetectionStats.java | 190 public Builder addDnsEvent(int code, long timeMs) { in addDnsEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaShellCommand.java | 195 void log(String code, String msg) { in log()
|
/aosp12/system/bt/gd/os/ |
H A D | log.h | 132 #define CASE_RETURN_TEXT(code) \ argument
|
/aosp12/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
H A D | ProcessErrorsTest.java | 374 int code = 17; in hashCode() local
|
/aosp12/hardware/google/graphics/common/libv4l2/ |
H A D | v4l2-mediabus.h | 94 __u32 code; member
|
/aosp12/hardware/google/gchips/include/ |
H A D | v4l2-mediabus.h | 94 __u32 code; member
|
/aosp12/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | XmlParser.cpp | 66 XmlParser::Event code; in Seek() local
|
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/ |
H A D | Ipv6Utils.java | 51 final Inet6Address srcIp, final Inet6Address dstIp, short type, short code, in buildIcmpv6Packet()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/ |
H A D | BaseEnterpriseTestCase.java | 251 protected final void verifyAppOpsMgrSetUserRestriction(int code, boolean restricted) { in verifyAppOpsMgrSetUserRestriction()
|