/ohos5.0/base/msdp/device_status/tools/vdev/json/ |
H A D | simulate_raw_keyboard_clicks.json | 5 { "type": 4, "code": 4, "value": 30 }, number 6 { "type": 1, "code": 42, "value": 1 }, number 7 { "type": 0, "code": 0, "value": 0 }, number 8 { "type": 4, "code": 4, "value": 30 }, number 9 { "type": 1, "code": 35, "value": 1 }, number 10 { "type": 0, "code": 0, "value": 0 }, number 11 { "type": 4, "code": 4, "value": 30 }, number 12 { "type": 1, "code": 35, "value": 0 }, number 13 { "type": 0, "code": 0, "value": 0 }, number 14 { "type": 4, "code": 4, "value": 30 }, number [all …]
|
H A D | simulate_raw_touchscreen_dragging.json | 5 { "type": 3, "code": 53, "value": 390 }, number 6 { "type": 3, "code": 54, "value": 1033 }, number 7 { "type": 3, "code": 57, "value": 0 }, number 8 { "type": 0, "code": 2, "value": 0 }, number 9 { "type": 1, "code": 330, "value": 1 }, number 10 { "type": 0, "code": 2, "value": 0 }, number 11 { "type": 0, "code": 0, "value": 0 }, number 14 { "type": 3, "code": 57, "value": 0 }, number 15 { "type": 0, "code": 2, "value": 0 }, number 16 { "type": 0, "code": 2, "value": 0 }, number [all …]
|
H A D | simulate_raw_mouse_dragging.json | 5 { "type": 4, "code": 4, "value": 30 }, number 6 { "type": 1, "code": 272, "value": 1 }, number 7 { "type": 0, "code": 0, "value": 0 }, number 8 { "type": 2, "code": 0, "value": 1 }, number 9 { "type": 2, "code": 1, "value": -3 }, number 10 { "type": 0, "code": 0, "value": 0 }, number 11 { "type": 2, "code": 0, "value": 2 }, number 12 { "type": 2, "code": 1, "value": -2 }, number 13 { "type": 0, "code": 0, "value": 0 }, number 15 { "type": 0, "code": 0, "value": 0 }, number [all …]
|
H A D | simulate_raw_mouse_operation.json | 5 { "type": 4, "code": 4, "value": 30 }, number 6 { "type": 1, "code": 273, "value": 1 }, number 7 { "type": 0, "code": 0, "value": 0 }, number 8 { "type": 2, "code": 0, "value": 4 }, number 9 { "type": 2, "code": 1, "value": -3 }, number 10 { "type": 0, "code": 0, "value": 0 }, number 11 { "type": 2, "code": 0, "value": 2 }, number 12 { "type": 2, "code": 1, "value": -2 }, number 13 { "type": 0, "code": 0, "value": 0 }, number 15 { "type": 0, "code": 0, "value": 0 }, number [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_country_code_policy_test.cpp | 75 std::string code; variable 82 std::string code; variable 91 std::string code; variable 162 std::string code; variable 194 std::string code; variable 201 std::string code; variable 215 std::string code; variable 226 std::string code; variable 288 std::string code; variable 316 std::string code; variable [all …]
|
/ohos5.0/build/hb/resources/status/ |
H A D | status.json | 3 "code": "0000", string 7 "code": "0001", string 11 "code": "0002", string 15 "code": "0003", string 19 "code": "0004", string 23 "code": "0005", string 27 "code": "0006", string 31 "code": "0007", string 35 "code": "0008", string 39 "code": "0009", string [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_common_event_helper.cpp | 79 const int &code, const std::string &data) in PublishEvent() 104 bool WifiCommonEventHelper::PublishPowerStateChangeEvent(const int &code, const std::string &data) in PublishPowerStateChangeEvent() 109 bool WifiCommonEventHelper::PublishScanFinishedEvent(const int &code, const std::string &data) in PublishScanFinishedEvent() 114 bool WifiCommonEventHelper::PublishScanStateChangedEvent(const int &code, const std::string &data) in PublishScanStateChangedEvent() 129 const int &code, const std::string &data) in PublishRssiValueChangedEvent() 144 bool WifiCommonEventHelper::PublishConnStateChangedEvent(const int &code, const std::string &data) in PublishConnStateChangedEvent() 154 bool WifiCommonEventHelper::PublishApStaJoinEvent(const int &code, const std::string &data) in PublishApStaJoinEvent() 159 bool WifiCommonEventHelper::PublishApStaLeaveEvent(const int &code, const std::string &data) in PublishApStaLeaveEvent() 164 bool WifiCommonEventHelper::PublishMPlinkEvent(const int &code, const std::string &data) in PublishMPlinkEvent() 169 bool WifiCommonEventHelper::PublishP2pStateChangedEvent(const int &code, const std::string &data) in PublishP2pStateChangedEvent() [all …]
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_instruction_utils.h | 87 constexpr bool IsInstructionIGet(Instruction::Code code) { in IsInstructionIGet() 91 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() 95 constexpr bool IsInstructionSGet(Instruction::Code code) { in IsInstructionSGet() 99 constexpr bool IsInstructionSPut(Instruction::Code code) { in IsInstructionSPut() 103 constexpr bool IsInstructionAGet(Instruction::Code code) { in IsInstructionAGet() 107 constexpr bool IsInstructionAPut(Instruction::Code code) { in IsInstructionAPut() 111 constexpr bool IsInstructionIGetOrIPut(Instruction::Code code) { in IsInstructionIGetOrIPut() 115 constexpr bool IsInstructionSGetOrSPut(Instruction::Code code) { in IsInstructionSGetOrSPut() 119 constexpr bool IsInstructionAGetOrAPut(Instruction::Code code) { in IsInstructionAGetOrAPut() 123 constexpr bool IsInstructionBinOp2Addr(Instruction::Code code) { in IsInstructionBinOp2Addr() [all …]
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_stub_test.cpp | 75 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); variable 103 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); variable 127 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); variable 149 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); variable 172 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO); variable 192 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO); variable 268 uint32_t code = 0; variable 287 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); variable 443 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); variable 626 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_DESTROY); variable [all …]
|
H A D | window_manager_agent_stub_test.cpp | 211 uint32_t code = static_cast<uint32_t>( variable 230 uint32_t code = static_cast<uint32_t>( variable 249 uint32_t code = static_cast<uint32_t>( variable 268 uint32_t code = static_cast<uint32_t>( variable 287 uint32_t code = static_cast<uint32_t>( variable 312 uint32_t code = static_cast<uint32_t>( variable 331 uint32_t code = static_cast<uint32_t>( variable 352 uint32_t code = static_cast<uint32_t>( variable 373 uint32_t code = static_cast<uint32_t>( variable 392 uint32_t code = static_cast<uint32_t>(12); variable [all …]
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_stub_test.cpp | 78 uint32_t code = static_cast<uint32_t>( variable 98 uint32_t code = static_cast<uint32_t>( variable 118 uint32_t code = static_cast<uint32_t>( variable 138 uint32_t code = static_cast<uint32_t>( variable 158 uint32_t code = static_cast<uint32_t>( variable 178 uint32_t code = static_cast<uint32_t>( variable 198 uint32_t code = static_cast<uint32_t>( variable 218 uint32_t code = static_cast<uint32_t>( variable 238 uint32_t code = static_cast<uint32_t>( variable 258 uint32_t code = static_cast<uint32_t>( variable [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_stub_test.cpp | 80 uint32_t code = static_cast<uint32_t>( variable 104 uint32_t code = static_cast<uint32_t>( variable 128 uint32_t code = static_cast<uint32_t>( variable 152 uint32_t code = static_cast<uint32_t>( variable 176 uint32_t code = static_cast<uint32_t>( variable 200 uint32_t code = static_cast<uint32_t>( variable 224 uint32_t code = static_cast<uint32_t>( variable 248 uint32_t code = static_cast<uint32_t>( variable 272 uint32_t code = static_cast<uint32_t>( variable 296 uint32_t code = static_cast<uint32_t>( variable [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub.cpp | 96 …uint32_t code, MessageParcel &data, MessageParcel &reply) { OnGetChangeDeviceConfig(code, data, re… in InitHandleMapEx() 121 [this](uint32_t code, MessageParcel &data, MessageParcel &reply) { in InitHandleMapEx2() 151 …[this](uint32_t code, MessageParcel &data, MessageParcel &reply) { OnRemoveAllDevice(code, data, r… in InitHandleMap() 187 …[this](uint32_t code, MessageParcel &data, MessageParcel &reply) { OnRegisterCallBack(code, data, … in InitHandleMap() 225 void WifiDeviceStub::OnEnableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnEnableWifi() 235 void WifiDeviceStub::OnDisableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnDisableWifi() 720 void WifiDeviceStub::OnConnectTo(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnConnectTo() 781 void WifiDeviceStub::OnReConnect(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnReConnect() 811 void WifiDeviceStub::OnStartWps(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnStartWps() 833 void WifiDeviceStub::OnCancelWps(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnCancelWps() [all …]
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_stub_test.cpp | 56 uint32_t code = static_cast<uint32_t>(CMD_START_PRINT); variable 93 uint32_t code = static_cast<uint32_t>(CMD_START_PRINT); variable 116 uint32_t code = static_cast<uint32_t>(CMD_START_PRINT); variable 143 uint32_t code = static_cast<uint32_t>(CMD_START_PRINT); variable 174 uint32_t code = static_cast<uint32_t>(CMD_START_PRINT); variable 208 uint32_t code = static_cast<uint32_t>(CMD_STOP_PRINT); variable 798 uint32_t code = static_cast<uint32_t>(CMD_ON); variable 823 uint32_t code = static_cast<uint32_t>(CMD_ON); variable 848 uint32_t code = static_cast<uint32_t>(CMD_ON); variable 876 uint32_t code = static_cast<uint32_t>(CMD_ON); variable [all …]
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_mock_stub_test.cpp | 64 uint32_t code = 0; variable 91 for (uint32_t code = begin; code <= end; ++code) { variable 108 uint32_t code = 0; variable 122 uint32_t code = 9999; variable 143 …uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK… variable 168 …uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_LEVEL_CALLBAC… variable 196 …uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_ACTION_CALLBA… variable 220 uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::GET_SENSOR_INFO); variable 238 uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::SET_SCENE); variable 257 uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::SHELL_DUMP); variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_mgr_host_unit_test.cpp | 52 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APPLICATION_INFO); variable 160 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFO); variable 268 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS); variable 358 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_NAME_FOR_UID); variable 394 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_GIDS); variable 1096 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::DUMP_INFOS); variable 1438 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_TYPE); variable 2596 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::COMPILE_RESET); variable 2614 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::CAN_OPEN_LINK); variable 2632 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_ODID); variable [all …]
|
/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | CodeUtilsTest.kt | 60 val code = """package org.example.test; regex 69 val code = """package org.example.test; regex 78 val code = """package org.example.test; regex 87 val code = """package org.example.test; regex 96 val code = """package org.example.test; regex 105 val code = """package org.example.test; regex 113 val code = """package org.example.test; regex 122 val code = """ regex 134 val code = """ regex 146 val code = """ regex [all …]
|
/aosp12/art/runtime/ |
H A D | oat_file-inl.h | 28 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader() local 45 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes() local 53 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask() local 61 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask() local 74 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable() local 86 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_ffi.cpp | 29 auto code = NotificationManagerImpl::Publish(request); in FfiOHOSNotificationManagerPublish() local 37 auto code = NotificationManagerImpl::Cancel(id, label); in FfiOHOSNotificationManagerCancel() local 45 auto code = NotificationManagerImpl::CancelAll(); in FfiOHOSNotificationManagerCancelAll() local 53 auto code = NotificationManagerImpl::AddSlot(type); in FfiOHOSNotificationManagerAddSlot() local 78 auto code = NotificationManagerImpl::SetBadgeNumber(badgeNumber); in FfiOHOSNotificationManagerSetBadgeNumber() local 86 auto code = NotificationManagerImpl::RequestEnableNotification(); in FfiOHOSNotificationManagerRequestEnableNotification() local 99 auto code = NotificationManagerImpl::RequestEnableNotificationWithContext(context); in FfiOHOSNotificationManagerRequestEnableNotificationWithContext() local
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/ |
H A D | enterprise_device_mgr_stub_mock.cpp | 35 int EnterpriseDeviceMgrStubMock::InvokeSendRequestGetEnterpriseInfo(uint32_t code, MessageParcel &d… in InvokeSendRequestGetEnterpriseInfo() 58 int EnterpriseDeviceMgrStubMock::InvokeSendRequestMapEnableAdminTwoSuc(uint32_t code, MessageParcel… in InvokeSendRequestMapEnableAdminTwoSuc() 102 int EnterpriseDeviceMgrStubMock::InvokeSendRequestSetPolicyInstallFail(uint32_t code, MessageParcel… in InvokeSendRequestSetPolicyInstallFail() 111 int EnterpriseDeviceMgrStubMock::InvokeBoolSendRequestGetPolicy(uint32_t code, MessageParcel &data, in InvokeBoolSendRequestGetPolicy() 121 int EnterpriseDeviceMgrStubMock::InvokeBoolSendRequestGetFirewallRule(uint32_t code, MessageParcel … in InvokeBoolSendRequestGetFirewallRule() 169 int EnterpriseDeviceMgrStubMock::InvokeSendRequestGetErrPolicy(uint32_t code, MessageParcel &data, in InvokeSendRequestGetErrPolicy() 178 int EnterpriseDeviceMgrStubMock::InvokeSendRequestGetPolicyExceedsMax(uint32_t code, MessageParcel … in InvokeSendRequestGetPolicyExceedsMax() 209 int EnterpriseDeviceMgrStubMock::InvokeHttpProxySendRequestGetPolicy(uint32_t code, MessageParcel &… in InvokeHttpProxySendRequestGetPolicy() 288 int EnterpriseDeviceMgrStubMock::InvokeSendRequestGetSuperAdmin(uint32_t code, MessageParcel &data, in InvokeSendRequestGetSuperAdmin() 312 int EnterpriseDeviceMgrStubMock::InvokeSendRequestGetUpgradeResult(uint32_t code, MessageParcel &da… in InvokeSendRequestGetUpgradeResult() [all …]
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
H A D | SpacingAndPunctuations.java | 95 public boolean isWordSeparator(final int code) { in isWordSeparator() 99 public boolean isWordConnector(final int code) { in isWordConnector() 103 public boolean isWordCodePoint(final int code) { in isWordCodePoint() 107 public boolean isUsuallyPrecededBySpace(final int code) { in isUsuallyPrecededBySpace() 111 public boolean isUsuallyFollowedBySpace(final int code) { in isUsuallyFollowedBySpace() 115 public boolean isClusteringSymbol(final int code) { in isClusteringSymbol() 119 public boolean isSentenceTerminator(final int code) { in isSentenceTerminator() 123 public boolean isAbbreviationMarker(final int code) { in isAbbreviationMarker() 127 public boolean isSentenceSeparator(final int code) { in isSentenceSeparator()
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpDebug.cpp | 23 uint16_t code; member 372 static const char* getCodeName(uint16_t code, const CodeEntry* table) { in getCodeName() 382 const char* MtpDebug::getOperationCodeName(MtpOperationCode code) { in getOperationCodeName() 386 const char* MtpDebug::getFormatCodeName(MtpObjectFormat code) { in getFormatCodeName() 392 const char* MtpDebug::getObjectPropCodeName(MtpPropertyCode code) { in getObjectPropCodeName() 398 const char* MtpDebug::getDevicePropCodeName(MtpPropertyCode code) { in getDevicePropCodeName()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_stub_test.cpp | 63 …uint32_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_CREATE_WINDOW… variable 84 …uint32_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_REMOVE_WINDOW… variable 104 …uint32_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_REQUEST_FOCUS… variable 125 …uint32_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_GET_AVOID_ARE… variable 147 uint32_t code = variable 271 uint32_t code = variable 378 uint32_t code = variable 427 …uint32_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_UPDATE_RS_TRE… variable 459 …uint32_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_CREATE_WINDOW… variable 492 …uint32_t code = static_cast<uint32_t>(IWindowManager::WindowManagerMessage::TRANS_ID_CREATE_WINDOW… variable [all …]
|
/aosp12/system/bt/bta/ag/ |
H A D | bta_ag_rfc.cc | 168 void bta_ag_mgmt_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_1() 171 void bta_ag_mgmt_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_2() 174 void bta_ag_mgmt_cback_3(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_3() 177 void bta_ag_mgmt_cback_4(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_4() 180 void bta_ag_mgmt_cback_5(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_5() 183 void bta_ag_mgmt_cback_6(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_6() 186 void bta_ag_port_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_1() 189 void bta_ag_port_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_2() 192 void bta_ag_port_cback_3(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_3() 195 void bta_ag_port_cback_4(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_4() [all …]
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | distributed_device_profile_stub_test.cpp | 127 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE); variable 283 uint32_t code = 1000; variable 295 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::PUT_DEVICE_PROFILE); variable 319 uint32_t code = static_cast<uint32_t>(IDeviceProfileInterfaceCode::GET_DEVICE_PROFILE); variable 367 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_DEVICE_PROFILE_NEW); variable 379 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_SERVICE_PROFILE); variable 391 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_CHAR_PROFILE); variable 403 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DEL_SERVICE_PROFILE); variable 415 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DEL_CHAR_PROFILE); variable 427 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::SYNC_DEVICE_PROFILE_NEW); variable [all …]
|