Home
last modified time | relevance | path

Searched refs:el (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Djsbundle_tdd_test.cpp64 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); in CreateElementAttributeLength001() local
65 if (JSUndefined::Is(el) || jerry_value_is_error(el)) { in CreateElementAttributeLength001()
67 EXPECT_FALSE(JSUndefined::Is(el) || jerry_value_is_error(el)); in CreateElementAttributeLength001()
69 UIViewGroup *viewGroup = reinterpret_cast<UIViewGroup *>(ComponentUtils::GetViewFromBindingObject(el)); in CreateElementAttributeLength001()
77 ReleaseJerryValue(el, tag, VA_ARG_END_FLAG); in CreateElementAttributeLength001()
90 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); in CreateElementAttributeLength002() local
91 if (JSUndefined::Is(el) || jerry_value_is_error(el)) { in CreateElementAttributeLength002()
206 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); CreateElementTagValidation005() local
220 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); CreateElementTagValidation006() local
234 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, 1); CreateElementTagValidation007() local
249 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); CreateElement2ndAttributeValidation008() local
267 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); CreateElement2ndAttributeValidation009() local
282 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_2); CreateElement2ndAttributeValidation010() local
319 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_3); CreateElementChildrenValidation012() local
337 JSValue el = JSGlobal::Call(FUNC_CREATE_ELEMENT, args, ARG_LENGTH_3); CreateElementChildrenValidation013() local
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dblocking_queue.h98 T el = que_.front(); in Pop() local
101 return el; in Pop()
115 T el = que_.front(); in Front() local
116 return el; in Front()
130 T el = que_.front(); in Pop() local
133 return el; in Pop()
148 T el = que_.back(); in GetBackElement() local
149 return el; in GetBackElement()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp73 bool GetDataDir(const std::string &path, std::string &suffix, std::string &el, std::string &baseType) in GetDataDir() argument
77 el = ServiceConstants::DIR_EL1; in GetDataDir()
84 el = ServiceConstants::DIR_EL1; in GetDataDir()
91 el = ServiceConstants::DIR_EL2; in GetDataDir()
98 el = ServiceConstants::DIR_EL2; in GetDataDir()
105 el = ServiceConstants::DIR_EL3; in GetDataDir()
112 el = ServiceConstants::DIR_EL3; in GetDataDir()
119 el = ServiceConstants::DIR_EL4; in GetDataDir()
126 el = ServiceConstants::DIR_EL4; in GetDataDir()
262 std::string el; in GetRealPath() local
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dblocking_queue.h109 T el = que_.front(); in Pop() local
113 return el; in Pop()
128 T el = que_.front(); in Pop() local
131 return el; in Pop()
/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dblocking_queue.h109 T el = que_.front(); in Pop() local
113 return el; in Pop()
128 T el = que_.front(); in Pop() local
131 return el; in Pop()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp401 for (const auto &el : elPath) { in AddUserDirDeleteDfx()
402 std::string bundleDataDir = GetBundleDataDir(el, userId) + ServiceConstants::BASE; in AddUserDirDeleteDfx()
409 std::string databaseParentDir = GetBundleDataDir(el, userId) + ServiceConstants::DATABASE; in AddUserDirDeleteDfx()
436 for (const auto &el : ServiceConstants::BUNDLE_EL) { in CreateBundleDataDir()
438 (el == ServiceConstants::BUNDLE_EL[0])) { in CreateBundleDataDir()
442 std::string bundleDataDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::BASE; in CreateBundleDataDir()
465 if (el == ServiceConstants::BUNDLE_EL[1]) { in CreateBundleDataDir()
473 std::string logParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::LOG; in CreateBundleDataDir()
491 std::string databaseParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::DATABASE; in CreateBundleDataDir()
805 for (const auto &el in RemoveModuleDataDir()
904 GetBundleDataDir(const std::string &el, const int userid) const GetBundleDataDir() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp130 for (const auto &el : ServiceConstants::BUNDLE_EL) { in KeepSandboxDirs()
131 std::string baseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + ServiceConstants::PATH_SEPARATOR + in KeepSandboxDirs()
133 std::string databaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + ServiceConstants::PATH_SEPARATOR + in KeepSandboxDirs()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_extension_system_test.cpp136 std::string GetBundleDataDir(const std::string &el) const;
238 std::string BmsInstallExtensionSystemTest::GetBundleDataDir(const std::string &el) const in GetBundleDataDir()
241 el + in GetBundleDataDir()
253 for (const auto &el : BUNDLE_EL) { in CheckFileNotExist()
254 std::string bundleDataDir = GetBundleDataDir(el) + BASE; in CheckFileNotExist()
259 std::string databaseParentDir = GetBundleDataDir(el) + DATABASE; in CheckFileNotExist()
264 if (el == BUNDLE_EL[1]) { in CheckFileNotExist()
265 std::string logParentDir = GetBundleDataDir(el) + LOG; in CheckFileNotExist()
279 for (const auto &el : BUNDLE_EL) { in CheckFileExist()
280 std::string bundleDataDir = GetBundleDataDir(el) in CheckFileExist()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1_ext.cpp300 std::string el = dir_.substr(slashIndex + 1); // el string is like `el1/100` in GetTypeFromDir() local
302 if (el.find(it.first) != std::string::npos) { in GetTypeFromDir()
307 LOGI("el string is %{public}s, parse type %{public}d", el.c_str(), type); in GetTypeFromDir()
H A Dbase_key.cpp1119 std::string el = dir_.substr(slashIndex + 1); // el string is like `el1/100` in StoreKey() local
1121 if (el.find(it.first) != std::string::npos) { in StoreKey()
1126 LOGI("el string is %{public}s, parse type %{public}d", el.c_str(), type); in StoreKey()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp171 for (const auto &el : ServiceConstants::BUNDLE_EL) { in GetCachePath()
173 ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + in GetCachePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h245 std::string GetBundleDataDir(const std::string &el, const int userid) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_host_impl.cpp105 std::string InstalldHostImpl::GetBundleDataDir(const std::string &el, const int userid) const in GetBundleDataDir() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1403 for (const auto &el : ServiceConstants::BUNDLE_EL) { in CleanBundleCacheTaskGetCleanSize()
1404 std::string dataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + in CleanBundleCacheTaskGetCleanSize()
1547 for (const auto &el : bundleEls) { in CleanBundleCacheTask()
1548 std::string dataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + in CleanBundleCacheTask()
H A Dbundle_mgr_service_event_handler.cpp3409 for (const auto &el : ServiceConstants::BUNDLE_EL) { in UpdateAppDataSelinuxLabel()
3411 el + in UpdateAppDataSelinuxLabel()
H A Dbase_bundle_installer.cpp2715 for (const auto &el : ServiceConstants::BUNDLE_EL) { in SetDirApl()
2717 el + in SetDirApl()

Completed in 45 milliseconds