Home
last modified time | relevance | path

Searched refs:GetThirdInterfaceParams (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp943 if (!GetThirdInterfaceParams(env, cbInfo, *asyncContext)) { in GetDLPPermissionInfo()
1002 if (!GetThirdInterfaceParams(env, cbInfo, *asyncContext)) { in IsInSandbox()
1061 if (!GetThirdInterfaceParams(env, cbInfo, *asyncContext)) { in GetDlpSupportFileType()
1350 if (!GetThirdInterfaceParams(env, cbInfo, *asyncContext)) { in GetDlpGatheringPolicy()
1583 if (!GetThirdInterfaceParams(env, cbInfo, *asyncContext)) { in GetDLPFileVisitRecord()
1715 if (!GetThirdInterfaceParams(env, cbInfo, *asyncContextPtr.get())) { in GetSandboxAppConfig()
1762 if (!GetThirdInterfaceParams(env, cbInfo, *asyncContextPtr.get())) { in IsDLPFeatureProvided()
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h308 bool GetThirdInterfaceParams(
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1158 bool GetThirdInterfaceParams( in GetThirdInterfaceParams() function