/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | shortcut_info.cpp | 42 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 D | shortcut_info.h | 49 std::string targetClass; member
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer.cpp | 1469 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 D | implementation_macros.h | 239 #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 D | bms_bundle_parser_test.cpp | 108 "targetClass": "com.demo.hiworld.himusic.entry.MainAbility" 1476 "targetClass": "~!@#$%^&*(){}[]:;'?<>,.|`/./+_-"
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer.cpp | 1116 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 D | audio_renderer_private.h | 175 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 D | ark_interop_napi.cpp | 332 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 D | audio_capturer_private.h | 127 bool SwitchToTargetStream(IAudioStream::StreamClass targetClass, uint32_t &newSessionId);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 299 std::string targetClass; member 1407 intents.targetClass, in from_json() 2321 shortcutIntent.targetClass = intent.targetClass; in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 4080 shortcutIntent.targetClass = shortcutWant.abilityName; in InnerProcessShortcut()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/ |
H A D | launcher_bundle_manager.cpp | 412 element.SetAbilityName(shortcutInfo.intents[0].targetClass); in InnerStartShortcut()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 369 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 D | bms_launcher_service_system_test.cpp | 286 EXPECT_EQ(want.targetClass, "com.example.third1.MainAbility"); in CheckShortcutInfos()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 2053 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 D | bms_bundle_kit_service_test.cpp | 177 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 D | bms_bundle_data_mgr_test.cpp | 143 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()
|