Home
last modified time | relevance | path

Searched refs:GetPathInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_context.cpp35 void JSNavDestinationContext::GetPathInfo(const JSCallbackInfo& info) in GetPathInfo() function in OHOS::Ace::Framework::JSNavDestinationContext
130 …JSClass<JSNavDestinationContext>::CustomProperty("pathInfo", &JSNavDestinationContext::GetPathInfo, in JSBind()
H A Djs_navdestination_context.h79 void GetPathInfo(const JSCallbackInfo& info);
H A Djs_navigation_stack.h163 JSRef<JSObject> GetPathInfo(int32_t index);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_utils.c540 static int32_t GetPathInfo(const struct HksStoreMaterial *material, const char *deDataPath, in GetPathInfo() function
579 ret = GetPathInfo(material, HKS_KEY_STORE_PATH, HKS_STORE_SERVICE_PATH, &fileInfo->mainPath); in HksGetFileInfo()
582 ret = GetPathInfo(material, HKS_KEY_STORE_PATH, NULL, &fileInfo->mainPath); in HksGetFileInfo()
587 …ret = GetPathInfo(material, HKS_KEY_STORE_BAK_PATH, HKS_STORE_SERVICE_BAK_PATH, &fileInfo->bakPath… in HksGetFileInfo()