Home
last modified time | relevance | path

Searched defs:deviceType (Results 226 - 250 of 373) sorted by relevance

12345678910>>...15

/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp924 std::string deviceType; in HWTEST_F() local
965 std::string deviceType = "123"; in HWTEST_F() local
998 std::string deviceType = "123"; in HWTEST_F() local
1044 std::string deviceType = "123"; HWTEST_F() local
1081 std::string deviceType = "123"; HWTEST_F() local
1117 std::string deviceType = "123"; HWTEST_F() local
1140 std::string deviceType = "123"; HWTEST_F() local
1210 std::string deviceType = "123"; HWTEST_F() local
[all...]
/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c111 const char *deviceType = GetProperty("const.product.devicetype", &productType); in GetDeviceType() local
/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp58 napi_value deviceType = nullptr; in GetDeviceType() local
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp236 std::string AudioSystemManagerAdapterImpl::GetDeviceName(DeviceType deviceType) in GetDeviceName() argument
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp166 auto deviceType = parcel.ReadInt32(); in ReadCastRemoteDevice() local
297 auto deviceType = parcel.ReadInt32(); in ReadCastLocalDevice() local
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_1.cpp158 OH_NN_ReturnCode HDIDeviceV2_1::GetDeviceType(OH_NN_DeviceType& deviceType) in GetDeviceType() argument
H A Dhdi_device_v2_0.cpp163 OH_NN_ReturnCode HDIDeviceV2_0::GetDeviceType(OH_NN_DeviceType& deviceType) in GetDeviceType() argument
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp411 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
431 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
454 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
477 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
1785 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
1805 OH_NN_DeviceType deviceType = OH_NN_CPU; HWTEST_F() local
1828 OH_NN_DeviceType deviceType = OH_NN_CPU; HWTEST_F() local
1851 OH_NN_DeviceType deviceType = OH_NN_CPU; HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp49 OH_NN_ReturnCode HDIDeviceV2_0::GetDeviceType(OH_NN_DeviceType& deviceType) in GetDeviceType() argument
2123 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
2150 OH_NN_DeviceType deviceType = OH_NN_OTHERS; in HWTEST_F() local
2164 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp50 OH_NN_ReturnCode HDIDeviceV1_0::GetDeviceType(OH_NN_DeviceType& deviceType) in GetDeviceType() argument
2668 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
2695 OH_NN_DeviceType deviceType = OH_NN_OTHERS; in HWTEST_F() local
2709 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp288 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
320 OH_NN_DeviceType deviceType = OH_NN_OTHERS; in HWTEST_F() local
339 OH_NN_DeviceType deviceType = OH_NN_CPU; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp649 auto deviceType = SystemProperties::GetDeviceType(); in InitTransition() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpage_transition_option.cpp281 CreateTransitionTweenOption( DeviceType deviceType, TransitionEvent event, bool isRightToLeft, const RRect& rrect, const WeakPtr<PipelineContext>& context) CreateTransitionTweenOption() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp353 auto deviceType = SystemProperties::GetDeviceType(); in LayoutBoxes() local
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp684 auto deviceType = SystemProperties::GetDeviceType(); in OnPaintFinish() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp47 auto deviceType = SystemProperties::GetDeviceType(); in CheckThemeId() local
258 auto deviceType = SystemProperties::GetDeviceType(); in Create() local
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp62 std::string GetDeviceTypeStr(const DeviceType& deviceType) in GetDeviceTypeStr() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp1436 auto deviceType = DeviceType::PHONE; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dace_events.h125 void SetSourceDevice(SourceType deviceType) in SetSourceDevice() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp455 int deviceType = config_.GetRemoteDeviceType(addr); in GetPairedDevice() local
506 int deviceType = remote->GetDeviceType(); in SavePairedDeviceInfo() local
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp694 bool ConvertUtils::ConvertJsonToDeviceType(const cJSON *deviceTypeArray, char **deviceType) in ConvertJsonToDeviceType() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_volume_group_manager.cpp1124 int32_t deviceType; in GetSystemVolumeInDbSync() local
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp213 DeviceType deviceType = *reinterpret_cast<const DeviceType*>(rawData); in AudioServerUpdateActiveDevicesRouteTest() local
262 DeviceType deviceType = *reinterpret_cast<const DeviceType*>(rawData); in AudioServerGetTransactionIdTest() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp717 int32_t AudioEffectManager::AddSupportedPropertyByDeviceInner(const DeviceType& deviceType, in AddSupportedPropertyByDeviceInner() argument
734 int32_t AudioEffectManager::AddSupportedAudioEffectPropertyByDevice(const DeviceType &deviceType, in AddSupportedAudioEffectPropertyByDevice() argument
740 int32_t AudioEffectManager::AddSupportedAudioEnhancePropertyByDevice(const DeviceType &deviceType, in AddSupportedAudioEnhancePropertyByDevice() argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp235 DeviceType deviceType = PolicyHandler::GetInstance().GetActiveOutPutDevice(); in Config() local

Completed in 54 milliseconds

12345678910>>...15