Home
last modified time | relevance | path

Searched defs:create (Results 1 – 16 of 16) sorted by relevance

/base/security/certificate_framework/frameworks/core/life/inc/
Dcf_object_ability_define.h23 int32_t (*create)(const CfEncodingBlob *in, CfBase **obj); member
/base/msdp/device_status/intention/onscreen/server/include/
Don_screen_server.h35 IOnScreenAlgorithm* (*create)(); member
/base/request/request/services/src/manage/events/
Dconstruct.rs30 pub(crate) fn create(&mut self, mut config: TaskConfig) -> Result<u32, ErrorCode> { in create() method
/base/security/access_token/services/common/libraryloader/src/
Dlibraryloader.cpp64 void* (*create)(void) = reinterpret_cast<FUNC_CREATE>(dlsym(handle_, "Create")); in Create() local
/base/msdp/device_status/libs/interface/
Ddevicestatus_msdp_interface.h48 IMsdp* (*create)(); member
/base/msdp/device_status/intention/scheduler/plugin_manager/include/
Dplugin_manager.h103 …CreatePlugin<IPlugin> create = reinterpret_cast<CreatePlugin<IPlugin>>(::dlsym(handle_, "CreateIns… in GetInstance() local
/base/sensors/miscdevice/frameworks/native/vibrator/include/
Dvibrator_service_client.h41 IVibratorDecoder *(*create)(const JsonParser &); member
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
Drdb_dlopen_manager.cpp79 CreateFunc create = reinterpret_cast<CreateFunc>(dlsym(handle, RDB_SYMBOL_CREATE)); in Create() local
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_cgroup_test.cpp65 …TestCGroupFilePath(const AppSpawnedProcess *appInfo, const char *fileName, char *path, bool create) in GetTestCGroupFilePath()
/base/update/updater/services/ui/driver/
Ddrm_driver.cpp51 struct drm_mode_create_dumb create = {}; in ModesetCreateFb() local
/base/powermgr/battery_manager/charger/src/dev/
Ddrm_driver.cpp57 struct drm_mode_create_dumb create = {}; in ModesetCreateFb() local
/base/notification/distributed_notification_service/services/ans/src/clone/
Dnotification_clone_manager.cpp47 std::shared_ptr<AncoRestoreStartEventSubscriber> AncoRestoreStartEventSubscriber::create() in create() function in OHOS::Notification::AncoRestoreStartEventSubscriber
/base/tee/tee_client/services/teecd/include/
Dfs_work_agent.h147 } create; member
/base/security/asset/services/db_operator/src/
Dtable.rs308 pub(crate) fn create(&self, columns: &[ColumnInfo]) -> Result<()> { in create() method
/base/tee/tee_os_framework/services/ssa/src/secure_storage_agent/
Dssa_fs.c113 } create; member
/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_analytics_util.cpp646 …std::string create = std::to_string(liveViewData.successNum) + "," + std::to_string(liveViewData.F… in AggregateLiveView() local