/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/testobserverstub_fuzzer/ |
H A D | testobserverstub_fuzzer.cpp | 62 uint32_t code = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | expected.h | 116 constexpr ReturnValue(Enum code) : code_(code) {} in ReturnValue()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | data_detector_interface.h | 44 int32_t code = UNSUPPORTED_CODE; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | auto_startup_callback_stub.cpp | 38 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/delcredstub_fuzzer/ |
H A D | delcredstub_fuzzer.cpp | 75 uint32_t code = static_cast<uint32_t>(AccountIAMInterfaceCode::DEL_CRED); in DelCredStubFuzzTest() local
|
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/getpropertystub_fuzzer/ |
H A D | getpropertystub_fuzzer.cpp | 82 uint32_t code = static_cast<uint32_t>(AccountIAMInterfaceCode::GET_PROPERTY); in GetPropertyStubFuzzTest() local
|
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/connection/ |
H A D | enterprise_admin_proxy.cpp | 107 void EnterpriseAdminProxy::SendRequest(uint32_t code, MessageParcel &data) in SendRequest()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | data_ability_observer_stub.cpp | 37 int DataAbilityObserverStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &rep… in OnRemoteRequest()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/services_daemon/ |
H A D | cloud_daemon_stub_test.cpp | 96 int32_t code = 1000; variable
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/ |
H A D | callbacksinkonremoterequest_fuzzer.cpp | 43 uint32_t code = 0; in CallbackSinkOnRemoteRequestFuzzTest() local
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | data_ability_observer_proxy.cpp | 104 int32_t DataAbilityObserverProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd()
|
H A D | data_ability_observer_stub.cpp | 36 int DataAbilityObserverStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &rep… in OnRemoteRequest()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_debug_listener_stub.cpp | 33 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | ndef_msg_callback_stub.cpp | 45 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_vendor_interface.c | 21 WifiErrorNo ConvertErrorCode(HalVendorError code) in ConvertErrorCode()
|
/ohos5.0/foundation/resourceschedule/memmgr/test/fuzztest/memmgrstub_fuzzer/ |
H A D | memmgrstub_fuzzer.cpp | 64 …uint32_t code = GetData<int>() % (MEMMGRSTUB_CODE_MAX - MEMMGRSTUB_CODE_MIN + 1) + MEMMGRSTUB_CODE… in HandleGetBunldePriorityListFuzzTest() local
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | co_auth_proxy.cpp | 133 bool CoAuthProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply) in SendRequest()
|
/ohos5.0/base/location/test/fuzztest/locator/networkcallbackhost_fuzzer/ |
H A D | networkcallbackhost_fuzzer.cpp | 93 uint32_t code = GetU32Data(data) % (CODE_MAX - CODE_MIN + 1) + CODE_MIN; in NetworkCallbackHostFuzzTest() local
|
/ohos5.0/base/security/access_token/services/common/app_manager/src/ |
H A D | app_status_change_callback.cpp | 40 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/allochaptokenstub_fuzzer/ |
H A D | allochaptokenstub_fuzzer.cpp | 97 uint32_t code = static_cast<uint32_t>( in AllocHapTokenStubFuzzTest() local
|
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/inithaptokenstub_fuzzer/ |
H A D | inithaptokenstub_fuzzer.cpp | 97 uint32_t code = static_cast<uint32_t>( in InitHapTokenStubFuzzTest() local
|
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/setremotehaptokeninfostub_fuzzer/ |
H A D | setremotehaptokeninfostub_fuzzer.cpp | 97 uint32_t code = static_cast<uint32_t>( in SetRemoteHapTokenInfoStubFuzzTest() local
|
/aosp14/frameworks/base/cmds/uinput/jni/ |
H A D | com_android_commands_uinput_Device.cpp | 169 void UinputDevice::injectEvent(uint16_t type, uint16_t code, int32_t value) { in injectEvent() 271 static void injectEvent(JNIEnv* /* env */, jclass /* clazz */, jlong ptr, jint type, jint code, in injectEvent() 282 static void configure(JNIEnv* env, jclass /* clazz */, jint handle, jint code, in configure()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsUidStateTrackerImpl.java | 128 public int evalMode(int uid, int code, int mode) { in evalMode() 141 private int evalModeInternal(int uid, int code, int uidState, int uidCapability) { in evalModeInternal() 486 void logEvalForegroundMode(int uid, int uidState, int capability, int code, int result) { in logEvalForegroundMode() 495 int code, int result) { in logEvalForegroundModeAsync()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
H A D | app_control_proxy.cpp | 686 ErrCode AppControlProxy::GetParcelableInfo(AppControlManagerInterfaceCode code, MessageParcel& data… in GetParcelableInfo() 709 … AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos() 727 ErrCode AppControlProxy::GetParcelableInfosWithErrCode(AppControlManagerInterfaceCode code, Message… in GetParcelableInfosWithErrCode() 754 int32_t AppControlProxy::SendRequest(AppControlManagerInterfaceCode code, MessageParcel &data, Mess… in SendRequest()
|