Home
last modified time | relevance | path

Searched defs:name (Results 2301 - 2325 of 2377) sorted by relevance

1...<<919293949596

/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp118 string name = CLOUD_DISK_DATABASE_NAME; in RdbInit() local
622 int32_t CloudDiskRdbStore::LocationSetXattr(const std::string &name, const std::string &parentCloudId, in LocationSetXattr() argument
726 int32_t CloudDiskRdbStore::RecycleSetXattr(const std::string &name, const std::string &parentCloudId, in RecycleSetXattr() argument
825 LocationGetXattr(const std::string &name, const std::string &key, std::string &value, const std::string &parentCloudId) LocationGetXattr() argument
1040 SetXAttr(const std::string &cloudId, const std::string &key, const std::string &value, const std::string &name, const std::string &parentCloudId) SetXAttr() argument
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp419 static int CloudDoLookupHelper(fuse_ino_t parent, const char *name, struct fuse_entry_param *e, in CloudDoLookupHelper() argument
469 static int CloudDoLookup(fuse_req_t req, fuse_ino_t parent, const char *name, in CloudDoLookup() argument
483 CloudLookup(fuse_req_t req, fuse_ino_t parent, const char *name) CloudLookup() argument
690 IsVideoType(const string &name) IsVideoType() argument
[all...]
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp991 std::string name = identifier.name; GenerateDescriptor() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp609 void ObexHeader::AppendItemName(const std::u16string &name) in AppendItemName() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1231 char name[MAX_THREAD_NAME_LEN] = {0}; in SetSendThreadName() local
H A Dnstackx_file_manager.c854 char name[MAX_THREAD_NAME_LEN] = {0}; in SetIOThreadName() local
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1518 Extension GetExtensionBitFromName(const char* name) in GetExtensionBitFromName() argument
1788 static inline PFN_vkVoidFunction GetDebugUtilsProc(const char* name) in GetDebugUtilsProc() argument
1802 GetGlobalProc(const char* name) GetGlobalProc() argument
1813 GetSwapchainProc(const char* name) GetSwapchainProc() argument
1848 LayerInterceptDeviceProc( std::bitset<Extension::EXTENSION_COUNT>& enabledExtensions, const char* name) LayerInterceptDeviceProc() argument
1874 GetSurfaceKHRProc(const char* name) GetSurfaceKHRProc() argument
1897 GetSurfaceCapabilities2Proc(const char* name) GetSurfaceCapabilities2Proc() argument
1911 LayerInterceptInstanceProc( std::bitset<Extension::EXTENSION_COUNT>& enabledExtensions, const char* name) LayerInterceptInstanceProc() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp637 GLchar name[WEBGL_ACTIVE_INFO_NAME_MAX_LENGTH] = { 0 }; in GetTransformFeedbackVarying() local
1129 napi_value WebGL2RenderingContextImpl::GetFragDataLocation(napi_env env, napi_value programObj, const std::string& name) in GetFragDataLocation() argument
[all...]
H A Dwebgl_rendering_context_base_impl.cpp990 napi_value WebGLRenderingContextBaseImpl::GetUniformLocation(napi_env env, napi_value object, const std::string& name) in GetUniformLocation() argument
1023 napi_value WebGLRenderingContextBaseImpl::GetAttribLocation(napi_env env, napi_value object, const std::string& name) in GetAttribLocation() argument
1471 BindAttribLocation( napi_env env, napi_value program, GLuint index, const std::string& name) BindAttribLocation() argument
2619 CheckLocationName(const std::string& name) CheckLocationName() argument
[all...]
H A Dwebgl_rendering_context_base.cpp121 unique_ptr<char[]> name = nullptr; in GetExtension() local
203 unique_ptr<char[]> name; in BindAttribLocation() local
1265 unique_ptr<char[]> name = nullptr; GetUniformLocation() local
2374 CreateWebGLActiveInfo(napi_env env, napi_callback_info info, void (*handleActiveInfo)(GLuint programId, GLuint index, GLint& size, GLenum& type, GLchar* name)) CreateWebGLActiveInfo() argument
2401 GLchar name[WEBGL_ACTIVE_INFO_NAME_MAX_LENGTH + 1] = { 0 }; CreateWebGLActiveInfo() local
2402 handleActiveInfo(static_cast<GLuint>(programId), static_cast<GLuint>(index), size, type, name); CreateWebGLActiveInfo() local
2591 unique_ptr<char[]> name = nullptr; GetAttribLocation() local
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h508 SessionLifeCycleTask(const Task& task, const std::string& name, const LifeCycleTaskType& type) in SessionLifeCycleTask() argument
511 const std::string name; member in OHOS::OHOS::OHOS::Rosen::Session::SessionLifeCycleTask
554 handler_->PostSyncTask(std::move(syncTask), name, AppExecFwk::EventQueue::Priority::IMMEDIATE); PostSyncTask() local
[all...]
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp106 ScreenSession::ScreenSession(ScreenId screenId, ScreenId rsId, const std::string& name, in ScreenSession() argument
150 ScreenSession::ScreenSession(const std::string& name, ScreenId smsId, ScreenId rsId, ScreenId defaultScreenId) in ScreenSession() argument
303 void ScreenSession::SetName(std::string name) in SetName() argument
1198 ScreenSessionGroup(ScreenId screenId, ScreenId rsId, std::string name, ScreenCombination combination) ScreenSessionGroup() argument
[all...]
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp719 std::string name = nameItem.stringValue_; in CreateKeyboardCurve() local
769 std::string name = nameItem.stringValue_; in CreateCurve() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp87 void PostTask(const TaskExecutor::Task& task, TaskExecutor::TaskType type, const std::string& name) in PostTask() argument
96 void PostUITask(const TaskExecutor::Task& task, const std::string& name) in PostUITask() argument
101 void PostBgTask(const TaskExecutor::Task& task, const std::string& name) in PostBgTask() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1039 int32_t AppMgrService::UpdateConfigurationByBundleName(const Configuration& config, const std::string &name) in UpdateConfigurationByBundleName() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp373 auto name = panda::StringRef::NewFromUtf8(vm, resName.c_str()); in CompleteResourceObjectFromId() local
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp776 void PluginFrontendDelegate::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
874 void PluginFrontendDelegate::PostJsTask(std::function<void()>&& task, const std::string& name) in PostJsTask() argument
1043 void PluginFrontendDelegate::PostSyncTaskToPage(std::function<void()>&& task, const std::string& name) in PostSyncTaskToPage() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp761 void FrontendDelegateImpl::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
875 void FrontendDelegateImpl::PostJsTask(std::function<void()>&& task, const std::string& name) in PostJsTask() argument
880 void FrontendDelegateImpl::PostUITask(std::function<void()>&& task, const std::string& name) in PostUITask() argument
1190 void FrontendDelegateImpl::PostSyncTaskToPage(std::function<void()>&& task, const std::string& name) in PostSyncTaskToPage() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp812 ErrCode BundleMgrProxy::GetNameForUid(const int uid, std::string &name) in GetNameForUid() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h364 GetNameForUid(const int uid, std::string &name) GetNameForUid() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp3784 ElementName name; HWTEST_F() local
3839 ElementName name; HWTEST_F() local
3893 ElementName name; HWTEST_F() local
3949 ElementName name; HWTEST_F() local
4002 ElementName name; HWTEST_F() local
4045 ElementName name; HWTEST_F() local
4186 ElementName name; HWTEST_F() local
5206 std::string name; HWTEST_F() local
5244 std::string name; HWTEST_F() local
5445 ElementName name; HWTEST_F() local
5481 ElementName name; HWTEST_F() local
5528 ElementName name; HWTEST_F() local
5575 ElementName name; HWTEST_F() local
5622 ElementName name; HWTEST_F() local
5670 ElementName name; HWTEST_F() local
5861 ElementName name; HWTEST_F() local
5900 ElementName name; HWTEST_F() local
6735 ElementName name; HWTEST_F() local
6772 ElementName name; HWTEST_F() local
6882 auto name = std::string("QueryExtensionAbilityInfos_0001"); HWTEST_F() local
8062 ElementName name; HWTEST_F() local
9403 std::string name; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp528 CORE_NS::Entity SceneHolder::CreateCamera(const BASE_NS::string& name, uint32_t flagBits) in CreateCamera() argument
533 CORE_NS::Entity SceneHolder::CreateCamera(const BASE_NS::string& path, const BASE_NS::string& name, uint32_t flagBits) in CreateCamera() argument
952 bool SceneHolder::FindMesh(const BASE_NS::string_view name, const BASE_NS::string_view fullPath, Entity& entity) in FindMesh() argument
1006 FindMaterial(const BASE_NS::string_view name, const BASE_NS::string_view fullPath, Entity& entity) FindMaterial() argument
1065 FindAnimation(const BASE_NS::string_view name, const BASE_NS::string_view fullPath, Entity& entity) FindAnimation() argument
1160 FindResource(const BASE_NS::string_view name, const BASE_NS::string_view fullPath, Entity& entity) FindResource() argument
1368 auto name = node->GetName(); ResolveNodeFullPath() local
1536 CreateNode(const BASE_NS::string& name) CreateNode() argument
1541 CreateNode(const BASE_NS::string& path, const BASE_NS::string& name) CreateNode() argument
1568 CreateMaterial(const BASE_NS::string& name) CreateMaterial() argument
1587 RenameEntity(CORE_NS::Entity entity, const BASE_NS::string& name) RenameEntity() argument
1616 CloneEntity(CORE_NS::Entity entity, const BASE_NS::string& name, bool storeWithUniqueId) CloneEntity() argument
1689 ReparentEntity(const BASE_NS::string& parentPath, const BASE_NS::string& name) ReparentEntity() argument
2215 const auto name = uri.substr(ENGINE_URI_PREFIX_LEN); LoadSampler() local
2417 CreateMeshFromArrays(const BASE_NS::string& name, SCENE_NS::MeshGeometryArrayPtr<IndicesType> arrays, RENDER_NS::IndexType indexType, Entity existingEntity, bool append) CreateMeshFromArrays() argument
2655 auto name = BASE_NS::string_view(nameHandle->name.data(), nameHandle->name.size()); IsMultiMeshChild() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp879 bool RSSystemProperties::GetBoolSystemProperty(const char* name, bool defaultValue) in GetBoolSystemProperty() argument
887 int RSSystemProperties::WatchSystemProperty(const char* name, OnSystemPropertyChanged func, void* context) in WatchSystemProperty() argument
H A Drs_render_service_connection_proxy.cpp272 sptr<IVSyncConnection> RSRenderServiceConnectionProxy::CreateVSyncConnection(const std::string& name, in CreateVSyncConnection() argument
2476 bool RSRenderServiceConnectionProxy::SetWatermark(const std::string& name, std::shared_ptr<Media::PixelMap> watermark) in SetWatermark() argument
464 CreateVirtualScreen( const std::string &name, uint32_t width, uint32_t height, sptr<Surface> surface, ScreenId mirrorId, int32_t flags, std::vector<NodeId> whiteList) CreateVirtualScreen() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1428 static void DumpParameter(std::string& out, int& usual, const std::string& name, bool value) in OnParallelRenderBegin() argument

Completed in 93 milliseconds

1...<<919293949596