/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | hot_reloader.cpp | 33 auto entry = reinterpret_cast<ReloadFunc>(LOADSYM(handle, HOT_RELOAD_FUNC)); in InitAceModule() local
|
H A D | navigation_controller.cpp | 35 auto entry = reinterpret_cast<GetNavigationControllerFunc>(LOADSYM(handle, GET_NAVIGATION_CONTROL_FUNC)); in GetNavigationController() local
|
H A D | serializeable_object.cpp | 34 auto entry = reinterpret_cast<CreateFunction>(LOADSYM(handle, NODE_OBJECT_CREATE_FUNC)); in CreateNodeObjectInner() local
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | SingleKvStoreKVCallbackJsTest.js | [all...] |
H A D | SingleKvStoreKVPromiseJsTest.js | [all...] |
H A D | DeviceKvStoreKVPromiseJsTest.js | [all...] |
H A D | DeviceKvStoreKVCallbackJsTest.js | [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
H A D | js_backend_engine_loader.cpp | 48 auto entry = reinterpret_cast<DynamicEntry>(dlsym(handle, BACKEND_ENGINE_ENTRY)); in GetJsBackendEngineLoader() local
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | download_manager_ohos.cpp | 36 auto entry = reinterpret_cast<CreateDownloadManagerFunc>(dlsym(handle, CREATE_DOWNLOAD_MANAGER_FUNC)); in CreateDownloadManager() local
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | task_runqueue.h | 44 auto entry = &task->fq_we; variable 67 auto entry = node->ContainerOf(&WaitEntry::node); variable
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | iunknown.c | 26 IUnknownEntry *entry = GET_OBJECT(iUnknown, IUnknownEntry, iUnknown);
in IUNKNOWN_AddRef() local 37 IUnknownEntry *entry = GET_OBJECT(iUnknown, IUnknownEntry, iUnknown);
in IUNKNOWN_QueryInterface() local 59 IUnknownEntry *entry = GET_OBJECT(iUnknown, IUnknownEntry, iUnknown);
in IUNKNOWN_Release() local [all...] |
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataPromiseJsTest.js | [all...] |
H A D | DeviceKvStoreDataPromiseJsTest.js | [all...] |
H A D | SingleKvStoreDataCallbackJsTest.js | [all...] |
H A D | DeviceKvStoreDataCallbackJsTest.js | [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | extension_module_loader.cpp | 61 auto entry = reinterpret_cast<DynamicEntry>(dlsym(handle, EXTENSION_MODULE_ENTRY)); in GetExtensionModuleLoader() local
|
/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_slice_route.cpp | 24 void AbilitySliceRoute::SetMainRoute(const std::string &entry)
in SetMainRoute() argument 38 void AbilitySliceRoute::AddActionRoute(const std::string &action, const std::string &entry)
in AddActionRoute() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine_loader.cpp | 73 auto entry = reinterpret_cast<DynamicEntry>(dlsym(handle, JS_ENGINE_ENTRY)); in GetJsEngineLoader() local
|
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_thread.h | 41 static inline ThreadId ThreadCreate(Runnable entry, void* arg, const ThreadAttr* attr) in ThreadCreate() argument
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client_adapter.h | 58 IClientEntry entry;
member
|
/foundation/communication/dsoftbus/core/adapter/kv_store/src/ |
H A D | lnn_kv_data_change_listener.cpp | 87 DistributedKv::Entry entry; in ConvertCloudChangeDataToEntries() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_change_data_mock.cpp | 53 bool DBChangeDataMock::AddEntry(DBEntry entry, int32_t type) in AddEntry() argument
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | uv_queue.cpp | 32 UvEntry *entry = static_cast<UvEntry *>(work->data); in ExecUvWork() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/rekey_fuzzer/ |
H A D | rekey_fuzzer.cpp | 31 Entry entry; in CreateEntries() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_forward_cursor.cpp | 128 int SQLiteSingleVerForwardCursor::GetNext(Entry &entry, bool isCopy) const in GetNext() argument
|