Home
last modified time | relevance | path

Searched refs:targetClass (Results 1 - 17 of 17) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dshortcut_info.cpp42 const char* JSON_KEY_BUNDLE_TARGET_CLASS = "targetClass";
78 shortcutIntent.targetClass = Str16ToStr8(parcel.ReadString16()); // target class name in ReadFromParcel()
125 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(intents[i].targetClass)); in Marshalling()
142 {JSON_KEY_BUNDLE_TARGET_CLASS, shortcutIntent.targetClass}, in to_json()
187 shortcutIntent.targetClass, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dshortcut_info.h49 std::string targetClass; member
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1469 void AudioRendererPrivate::InitSwitchInfo(IAudioStream::StreamClass targetClass, IAudioStream::SwitchInfo &info) in InitSwitchInfo() argument
1472 if (targetClass == IAudioStream::VOIP_STREAM) { in InitSwitchInfo()
1488 bool AudioRendererPrivate::SwitchToTargetStream(IAudioStream::StreamClass targetClass, uint32_t &newSessionId, in SwitchToTargetStream() argument
1503 InitSwitchInfo(targetClass, info); in SwitchToTargetStream()
1512 std::shared_ptr<IAudioStream> newAudioStream = IAudioStream::GetPlaybackStream(targetClass, info.params, in SwitchToTargetStream()
1555 IAudioStream::StreamClass targetClass = IAudioStream::PA_STREAM; in SwitchStream() local
1559 targetClass = IAudioStream::PA_STREAM; in SwitchStream()
1563 targetClass = IAudioStream::FAST_STREAM; in SwitchStream()
1567 targetClass = IAudioStream::VOIP_STREAM; in SwitchStream()
1572 targetClass in SwitchStream()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dimplementation_macros.h239 #define META_FORWARD_EVENT_CLASS(type, name, targetClass) \
242 return targetClass::Event##name(); \
246 return targetClass::Event##name(); \
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp108 "targetClass": "com.demo.hiworld.himusic.entry.MainAbility"
1476 "targetClass": "~!@#$%^&*(){}[]:;'?<>,.|`/./+_-"
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp1116 bool AudioCapturerPrivate::SwitchToTargetStream(IAudioStream::StreamClass targetClass, uint32_t &newSessionId) in SwitchToTargetStream() argument
1140 if (targetClass == IAudioStream::VOIP_STREAM) { in SwitchToTargetStream()
1143 std::shared_ptr<IAudioStream> newAudioStream = IAudioStream::GetRecordStream(targetClass, info.params, in SwitchToTargetStream()
1172 IAudioStream::StreamClass targetClass = IAudioStream::PA_STREAM; in SwitchStream() local
1176 targetClass = IAudioStream::PA_STREAM; in SwitchStream()
1180 targetClass = IAudioStream::FAST_STREAM; in SwitchStream()
1184 targetClass = IAudioStream::VOIP_STREAM; in SwitchStream()
1189 if (!SwitchToTargetStream(targetClass, newSessionId)) { in SwitchStream()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h175 void InitSwitchInfo(IAudioStream::StreamClass targetClass, IAudioStream::SwitchInfo &info);
176 bool SwitchToTargetStream(IAudioStream::StreamClass targetClass, uint32_t &newSessionId,
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp332 auto targetClass = BIT_CAST(clazz, Local<FunctionRef>); in ARKTS_InstanceOf() local
334 return targetObject->InstanceOf(vm, targetClass); in ARKTS_InstanceOf()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h127 bool SwitchToTargetStream(IAudioStream::StreamClass targetClass, uint32_t &newSessionId);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp299 std::string targetClass; member
1407 intents.targetClass, in from_json()
2321 shortcutIntent.targetClass = intent.targetClass; in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp4080 shortcutIntent.targetClass = shortcutWant.abilityName; in InnerProcessShortcut()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.cpp412 element.SetAbilityName(shortcutInfo.intents[0].targetClass); in InnerStartShortcut()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp369 env, napi_create_string_utf8(env, shortcutIntent.targetClass.c_str(), NAPI_AUTO_LENGTH, &nTargetClass)); in ConvertShortcutIntent()
370 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objShortcutInfo, "targetClass", nTargetClass)); in ConvertShortcutIntent()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp286 EXPECT_EQ(want.targetClass, "com.example.third1.MainAbility"); in CheckShortcutInfos()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2053 env, napi_create_string_utf8(env, shortcutIntent.targetClass.c_str(), NAPI_AUTO_LENGTH, &nTargetClass)); in ConvertShortcutIntent()
2400 shortcutIntent.targetClass = targetAbility; in ParseShortcutWant()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp177 const std::string SHORTCUT_INTENTS_TARGET_CLASS = "targetClass";
833 shortcutIntent.targetClass = SHORTCUT_INTENTS_TARGET_CLASS; in MockShortcutInfo()
843 shortcutIntent.targetClass = SHORTCUT_INTENTS_TARGET_CLASS; in MockShortcutIntent()
1403 EXPECT_EQ(shortcutIntent.targetClass, SHORTCUT_INTENTS_TARGET_CLASS); in CheckShortcutInfoTest()
1442 EXPECT_EQ(shortcutIntent.targetClass, SHORTCUT_INTENTS_TARGET_CLASS); in CheckShortcutInfoDemo()
10628 EXPECT_EQ(result.targetClass, SHORTCUT_INTENTS_TARGET_CLASS); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp143 const std::string SHORTCUT_INTENTS_TARGET_CLASS = "targetClass";
711 shortcutIntent.targetClass = SHORTCUT_INTENTS_TARGET_CLASS; in MockShortcutInfo()
721 shortcutIntent.targetClass = SHORTCUT_INTENTS_TARGET_CLASS; in MockShortcutIntent()

Completed in 64 milliseconds