Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
Dpu_foreach.d.ts28 static create(): void; method in ForEach
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/
Dfu_foreach.d.ts29 static create(compilerGenId: string, method in ForEach
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
Dlazy_foreach.d.ts23 …static create(id: string, parent: ViewPU, dataSource: IDataSource, builder: (item: any) => void, i… method in LazyForEach
Difelse_native.d.ts25 static create(): void; method in If
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
Dfor_each.d.ts17 static create(): void; method in ForEach
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_service_manager.h37 IStaService *(*create)(int instId); member
55 IScanService *(*create)(int instId); member
74 IApService *(*create)(int id); member
94 IP2pService *(*create)(); member
112 IEnhanceService *(*create)(); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/partial_update/
Dmock_foreach.ts18 static create(): void {} method in ForEach
Dpu_view_native_mock.ts18 static create(newView: ViewPU): void { method in NativeViewPartialUpdate
/foundation/resourceschedule/ffrt/src/eu/
Dsexecute_unit.cpp27 auto create = [&](const DevType dev) { in SExecuteUnit() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/full_update/
Dfu_view_native_mock.ts33 static create(newView: View): void { method in NativeViewFullUpdate
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/internal/
Djsi_internal.h37 #define JERRY_CREATE(var, create) jerry_value_t var = (create); argument
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
Dbundle_active_user_history.cpp113 const int32_t userId, const bool create) in GetUserHistory()
132 string bundleName, int64_t bootBasedTimeStamp, const bool create) in GetUsageHistoryInUserHistory()
153 …onst string& bundleName, const int32_t userId, const int64_t bootBasedTimeStamp, const bool create) in GetUsageHistoryForBundle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
Darkui_relative_container.js19 static create(value) { method in RelativeContainer
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
Darkui_qrcode.js18 static create(value) { method in QRCode
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
Darkui_patternlock.js19 static create(value) { method in PatternLock
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
Ddistributed_kv_data_manager_test.cpp32 static Options create; member in OHOS::Test::DistributedKvDataManagerTest
64 Options DistributedKvDataManagerTest::create; member in OHOS::Test::DistributedKvDataManagerTest
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
Ddk_record.h82 void SetCreateInfo(DKRecordsResponse create) in SetCreateInfo()
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
Dkey_control.c34 key_serial_t KeyCtrlGetKeyringId(key_serial_t id, int create) in KeyCtrlGetKeyringId()
/foundation/distributeddatamgr/kv_store/test/fuzztest/distributedkvdatamanager_fuzzer/
Ddistributedkvdatamanager_fuzzer.cpp35 static Options create; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
Dcloud_cursor_impl.cpp225 int64_t create = strtoll(createTime.c_str(), nullptr, 10); in GetExtend() local
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
Dsoundpool_unit_test.cpp75 void SoundPoolUnitTest::create(int maxStreams) in create() function in OHOS::Media::SoundPoolUnitTest
/foundation/communication/dsoftbus/core/transmission/session/src/
Dsoftbus_scenario_manager.c138 OriginalScenario *scenarioInfo, bool create) in ScenarioManagerGetOrAddScenarioItem()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
Dfuse_manager.cpp226 bool create = false; in CloudDoLookup() local
/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_base_listener.c94 static SoftbusListenerNode *GetListenerNodeCommon(ListenerModule module, bool create) in GetListenerNodeCommon()