Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/include/
H A Dnapi_context_common.h41 class PermActiveStatusPtr : public std::enable_shared_from_this<PermActiveStatusPtr>,
44 explicit PermActiveStatusPtr(const std::vector<std::string>& permList);
45 ~PermActiveStatusPtr() override;
59 std::shared_ptr<PermActiveStatusPtr> subscriber = nullptr; // this
68 std::shared_ptr<PermActiveStatusPtr> subscriber = nullptr;
/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/src/
H A Dnapi_context_common.cpp44 PermActiveStatusPtr::PermActiveStatusPtr(const std::vector<std::string>& permList) in PermActiveStatusPtr() function in OHOS::Security::AccessToken::PermActiveStatusPtr
48 PermActiveStatusPtr::~PermActiveStatusPtr() in ~PermActiveStatusPtr()
78 void PermActiveStatusPtr::DeleteNapiRef() in DeleteNapiRef()
111 void PermActiveStatusPtr::SetEnv(const napi_env& env) in SetEnv()
116 void PermActiveStatusPtr::SetCallbackRef(const napi_ref& ref) in SetCallbackRef()
121 void PermActiveStatusPtr::ActiveStatusChangeCallback(ActiveChangeResponse& result) in ActiveStatusChangeCallback()
H A Dpermission_record_manager_napi.cpp766 registerPermActiveChangeContext.subscriber = std::make_shared<PermActiveStatusPtr>(permList); in ParseInputToRegister()