Searched refs:PermActiveStatusPtr (Results 1 – 3 of 3) sorted by relevance
41 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; // this68 std::shared_ptr<PermActiveStatusPtr> subscriber = nullptr;
44 PermActiveStatusPtr::PermActiveStatusPtr(const std::vector<std::string>& permList) in PermActiveStatusPtr() function in OHOS::Security::AccessToken::PermActiveStatusPtr48 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()
766 registerPermActiveChangeContext.subscriber = std::make_shared<PermActiveStatusPtr>(permList); in ParseInputToRegister()