Searched refs:GetPathInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navdestination_context.cpp | 35 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 D | js_navdestination_context.h | 79 void GetPathInfo(const JSCallbackInfo& info);
|
H A D | js_navigation_stack.h | 163 JSRef<JSObject> GetPathInfo(int32_t index);
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
H A D | hks_storage_utils.c | 540 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()
|