Home
last modified time | relevance | path

Searched refs:PermModule (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/permission_lite/services/js_api/include/
H A Dperm_module.h23 class PermModule {
25 PermModule() {} in PermModule() function
26 ~PermModule() {} in ~PermModule()
32 JSI::SetModuleAPI(exports, "check", PermModule::CheckSelfPerm); in InitPermModule()
/ohos5.0/base/security/permission_lite/services/js_api/src/
H A Dperm_module.cpp23 JSIValue PermModule::CheckSelfPerm(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in CheckSelfPerm()