/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/ |
H A D | ams_mgr_scheduler_second_test.cpp | 82 * @tc.name: AmsMgrSchedulerSecondTest_LoadAbility_001 108 * @tc.name: AmsMgrSchedulerSecondTest_LoadAbility_002 134 * @tc.name: AmsMgrSchedulerSecondTest_LoadAbility_003 161 * @tc.name: AmsMgrSchedulerSecondTest_LoadAbility_004 189 * @tc.name: AmsMgrSchedulerSecondTest_LoadAbility_005 203 abilityInfo->name = SCENEBOARD_ABILITY_NAME; in HWTEST_F() 220 * @tc.name: AmsMgrSchedulerSecondTest_LoadAbility_006 234 abilityInfo->name = ""; in HWTEST_F() 251 * @tc.name: AmsMgrSchedulerSecondTest_UpdateAbilityState_001 267 * @tc.name [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 967 std::string name = data.ReadString(); in HandleUpdateConfigurationByBundleName() local 968 int32_t ret = UpdateConfigurationByBundleName(*config, name); in HandleUpdateConfigurationByBundleName()
|
H A D | app_mgr_proxy.cpp | 927 int32_t AppMgrProxy::UpdateConfigurationByBundleName(const Configuration &config, const std::string &name) in UpdateConfigurationByBundleName() argument 938 if (!data.WriteString(name)) { in UpdateConfigurationByBundleName() 939 TAG_LOGE(AAFwkTag::APPMGR, "parcel name failed"); in UpdateConfigurationByBundleName() 1038 TAG_LOGE(AAFwkTag::APPMGR, "Write bundle name failed."); in GetAppRunningStateByBundleName() 1065 TAG_LOGE(AAFwkTag::APPMGR, "NotifyLoadRepairPatch, Write bundle name failed."); in NotifyLoadRepairPatch() 1097 TAG_LOGE(AAFwkTag::APPMGR, "Write bundle name failed."); in NotifyHotReloadPage() 1163 TAG_LOGE(AAFwkTag::APPMGR, "Notify unload patch, Write bundle name failed."); in NotifyUnLoadRepairPatch() 1189 TAG_LOGE(AAFwkTag::APPMGR, "Write bundle name or version code failed."); in IsSharedBundleRunning()
|
H A D | app_mgr_client.cpp | 740 AppMgrResultCode AppMgrClient::UpdateConfigurationByBundleName(const Configuration &config, const std::string &name) in UpdateConfigurationByBundleName() argument 749 service->UpdateConfigurationByBundleName(config, name); in UpdateConfigurationByBundleName()
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | buffer_dispatcher.cpp | 471 std::string name = "notifyThread"; in StartDispatch() local 472 pthread_setname_np(notifyThread_.native_handle(), name.c_str()); in StartDispatch()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1039 int32_t AppMgrService::UpdateConfigurationByBundleName(const Configuration& config, const std::string &name) in UpdateConfigurationByBundleName() argument 1045 return appMgrServiceInner_->UpdateConfigurationByBundleName(config, name); in UpdateConfigurationByBundleName()
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1610 }, { name: 'TextArrowLayout' }); 1753 }, { name: 'SingleIconStyle' });
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_setting_provider_test.cpp | 120 * @tc.name: UpdateMouseAutoClick 138 * @tc.name: UpdateShortkeyTarget 156 * @tc.name: UpdateClickResponseTime 174 * @tc.name: UpdateIgnoreRepeatClickTime 192 * @tc.name: PackageRemoved 208 * @tc.name: GetAbilityList 225 * @tc.name: SetTargetAbility 244 * @tc.name: SetTargetAbility 263 * @tc.name: SetTargetAbility 282 * @tc.name 719 std::string name = "test"; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 273 void Component::RegisterNamedFunction(const char * const name, jerry_external_handler_t handler) const in RegisterNamedFunction() argument 275 JerrySetFuncProperty(nativeElement_, name, handler); in RegisterNamedFunction() 748 HILOG_ERROR(HILOG_MODULE_ACE, "animation name is not string value"); in SetAnimationKeyFrames() 1307 HILOG_ERROR(HILOG_MODULE_ACE, "register event listener failed cause by invalid attribute name or value."); in RegisterEventListener()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 1262 const std::string &name, utility::StateMachine &stateMachine, GattConnectionManager::Device &device) in StateBase() 1263 : State(name, stateMachine), device_(device) in StateBase() 1261 StateBase( const std::string &name, utility::StateMachine &stateMachine, GattConnectionManager::Device &device) StateBase() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 230 * @tc.name: test GetAppProvisionInfo 246 * @tc.name: test GetAppProvisionInfo 273 * @tc.name: test GetAppProvisionInfo 296 * @tc.name: test GetAppProvisionInfo 319 * @tc.name: test GetAppProvisionInfo 352 * @tc.name: test GetAppProvisionInfo 381 * @tc.name: test GetAppProvisionInfo 402 * @tc.name: test GetAppProvisionInfo 417 * @tc.name: test GetAppProvisionInfo 431 * @tc.name [all...] |
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 76 HevcDecoder::HevcDecoder(const std::string &name) : codecName_(name), state_(State::UNINITIALIZED) in HevcDecoder() argument 170 CHECK_AND_RETURN_RET_LOG(!codecName_.empty(), AVCS_ERR_INVALID_VAL, "Init codec failed: empty name"); in Initialize()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 481 RS_OPTIONAL_TRACE_NAME_FMT("Purge node name %s", surfaceParams->GetName().c_str()); in DoPurgePendingPostNodes() 1303 RS_TRACE_NAME_FMT("UpdateUifirstNodes: Id[%llu] name[%s] FLId[%llu] Ani[%d] Support[%d] isUiFirstOn[%d]", in UpdateUifirstNodes() 1537 bool RSUifirstManager::GetUseDmaBuffer(const std::string& name) in GetUseDmaBuffer() argument 1540 return useDmaBuffer_ && name.find("ScreenShotWindow") != std::string::npos; in GetUseDmaBuffer()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.cpp | 151 PLUGIN_LOG_E("RenderNodeCombinedPostProcess: render data store type name not supported (%s != %s)", in Init() 205 jsonInputs_.resources.customOutputImages[0u].name, inputResources_.customOutputImages[0u].handle); in Init() 418 jsonInputs_.resources.customOutputImages[0u].name, inputResources_.customOutputImages[0u].handle); in PreExecute()
|
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 71 FCodec::FCodec(const std::string &name) : codecName_(name), state_(State::UNINITIALIZED) in FCodec() argument 127 CHECK_AND_RETURN_RET_LOG(!codecName_.empty(), AVCS_ERR_INVALID_VAL, "Init codec failed: empty name"); in Initialize() 138 "Init codec failed: not support name: %{public}s", codecName_.c_str()); in Initialize() 144 "Init codec failed: cannot find codec with name %{public}s", codecName_.c_str()); in Initialize()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 1428 static void DumpParameter(std::string& out, int& usual, const std::string& name, bool value) in OnParallelRenderBegin() argument 1430 out += " " + name + "=" + (value ? "true" : "false"); in OnParallelRenderBegin()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 1570 uint32_t FfiImageImageCreatorImplOn(int64_t id, char *name, int64_t callbackId) in FfiImageImageCreatorImplOn() argument 1580 return instance->CjOn(name, func); in FfiImageImageCreatorImplOn()
|
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/ |
H A D | detail_enhancer_video_ndk_unit_test.cpp | 102 TestConsumerListener(sptr<Surface> cs, std::string_view name);
107 TestConsumerListener::TestConsumerListener(sptr<Surface> cs, std::string_view name) {}
in TestConsumerListener() argument
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_host_manager.cpp | 74 std::shared_ptr<CameraHostDeadCallback> cameraHostDeadCallback, std::string name) in CameraHostInfo() 75 : statusCallback_(statusCallback), cameraHostDeadCallback_(cameraHostDeadCallback), name_(std::move(name)), in CameraHostInfo() 73 CameraHostInfo(std::shared_ptr<StatusCallback> statusCallback, std::shared_ptr<CameraHostDeadCallback> cameraHostDeadCallback, std::string name) CameraHostInfo() argument
|
/foundation/multimedia/av_codec/test/unittest/media_sink_test/ |
H A D | audio_sink_test.cpp | 52 explicit TestAudioSinkMock(std::string name): AudioSinkPlugin(std::move(name)) {} in TestAudioSinkMock() argument
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hencoder_unit_test.cpp | 60 TLOGI("----- %s -----", ::testing::UnitTest::GetInstance()->current_test_info()->name()); in SetUp() 835 TLOGI("----- %s -----", ::testing::UnitTest::GetInstance()->current_test_info()->name()); in SetUp()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
H A D | medialibrary_fileext_test.cpp | 1022 string name = "photo.jpg"; in HWTEST_F() local 1024 values.PutString(MediaColumn::MEDIA_NAME, name); in HWTEST_F() 1531 MEDIA_ERR_LOG("Dir: %{public}s, name: %{public}s, ret: %{public}d, suffix: %{public}c, bValid: %{public}d", 1640 * @tc.name : file rename function test under download 1658 nameRename = "medialib_Rename_test. name"; 1668 * @tc.name : file rename function test under documents 1680 nameRename = "ABC. name"; 1682 nameRename = "测试. name"; 1690 * @tc.name : file rename function test under documents
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/ |
H A D | medialibrary_datamanager_test.cpp | 448 * @tc.name : test trash and recovery file: normal case 471 * @tc.name : test trash and recovery file: there is the same name file in file system when recovering 497 * @tc.name : test trash and recovery file: the parent dir is not existed in db(is_trash != 0) when recovering 522 * @tc.name : test trash and recovery file: the parent dir is not existed in db(is_trash != 0) and 523 * there is the same name file in file system when recovering 554 * @tc.name : test trash and recovery file: the parent dir is not existed in db(is_trash != 0) and 555 * there is the same name file in file system when recovering 584 * @tc.name : test trash and recovery dir: normal case 609 * @tc.name [all...] |
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | photo_album_napi.cpp | 57 .name = PHOTO_ALBUM_CLASS, in Init() 88 .name = PHOTOACCESS_PHOTO_ALBUM_CLASS, in PhotoAccessInit()
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 152 void WindowSessionProperty::SetWindowName(const std::string& name) in SetWindowName() argument 154 windowName_ = name; in SetWindowName()
|