Home
last modified time | relevance | path

Searched refs:StateChangeNotify (Results 1 - 20 of 20) sorted by relevance

/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dstate_change_callback.cpp33 void StateChangeCallback::StateChangeNotify(AccessTokenID tokenId, bool isShowing) in StateChangeNotify() function in OHOS::Security::AccessToken::StateChangeCallback
40 customizedCallback_->StateChangeNotify(tokenId, isShowing); in StateChangeNotify()
H A Dstate_change_callback.h30 void StateChangeNotify(AccessTokenID tokenId, bool isShowing) override;
H A Dstate_change_callback_stub.cpp47 StateChangeNotify(tokenId, isShowing); in OnRemoteRequest()
/base/msdp/device_status/services/interaction/drag/src/
H A Dstate_change_notify.cpp21 #define LOG_TAG "StateChangeNotify"
26 void StateChangeNotify::AddNotifyMsg(std::shared_ptr<MessageInfo> info) in AddNotifyMsg()
40 void StateChangeNotify::RemoveNotifyMsg(std::shared_ptr<MessageInfo> info) in RemoveNotifyMsg()
56 int32_t StateChangeNotify::StyleChangedNotify(DragCursorStyle style) in StyleChangedNotify()
71 int32_t StateChangeNotify::StateChangedNotify(DragState state) in StateChangedNotify()
88 void StateChangeNotify::OnDragInfoNotify(SocketSessionPtr session, MessageId msgId, T t) in OnDragInfoNotify()
H A Ddrag_manager.cpp140 auto info = std::make_shared<StateChangeNotify::MessageInfo>(); in AddListener()
157 auto info = std::make_shared<StateChangeNotify::MessageInfo>(); in RemoveListener()
171 auto info = std::make_shared<StateChangeNotify::MessageInfo>(); in AddSubscriptListener()
186 auto info = std::make_shared<StateChangeNotify::MessageInfo>(); in RemoveSubscriptListener()
/base/msdp/device_status/services/interaction/drag/include/
H A Dstate_change_notify.h34 class StateChangeNotify final {
36 StateChangeNotify() = default;
37 ~StateChangeNotify() = default;
H A Ddrag_manager.h217 StateChangeNotify stateNotify_;
/base/security/access_token/interfaces/inner_api/privacy/include/
H A Dstate_customized_cbk.h63 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) = 0;
/base/security/access_token/frameworks/privacy/include/
H A Di_state_change_callback.h30 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) = 0;
/base/security/access_token/services/privacymanager/include/active/
H A Dstate_change_callback_proxy.h32 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) override;
/base/security/access_token/test/fuzztest/innerkits/privacy/startusingpermission001_fuzzer/
H A Dstartusingpermission001_fuzzer.cpp39 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) in StateChangeNotify() function in CbCustomizeTest
/base/security/access_token/services/privacymanager/src/active/
H A Dstate_change_callback_proxy.cpp37 void StateChangeCallbackProxy::StateChangeNotify(AccessTokenID tokenId, bool isShowing) in StateChangeNotify() function in OHOS::Security::AccessToken::StateChangeCallbackProxy
/base/security/access_token/test/fuzztest/services/privacy/startusingpermissioncallbackstub_fuzzer/
H A Dstartusingpermissioncallbackstub_fuzzer.cpp41 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) in StateChangeNotify() function in CbCustomizeTest
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/
H A Dpermission_deny_test.cpp103 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::CbPermDenyTest
H A Dprivacy_kit_test.cpp1131 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in CbCustomizeTest4
1739 void StateChangeNotify(AccessTokenID tokenId, bool isShowing) in StateChangeNotify() function in TestCallBack1
1741 GTEST_LOG_(INFO) << "StateChangeNotify, tokenId is " << tokenId << ", isShowing is " << isShowing; in StateChangeNotify()
1906 * @tc.desc: StateChangeCallback::StateChangeNotify function test
1917 callback->StateChangeNotify(tokenId, isShowing); // customizedCallback_ is null in HWTEST_F()
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/privacy_mock_test/
H A Dprivacy_kit_test.cpp88 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::CbCustomizeTest4
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp1093 callback->StateChangeNotify(tokenId, false); in ExecuteAllCameraExecuteCallback()
1110 callback->StateChangeNotify(tokenId, false); in ExecuteCameraCallbackAsync()
/base/security/access_token/services/privacymanager/test/coverage/
H A Dpermission_record_manager_coverage_test.cpp148 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::PermissionRecordManagerCoverTestCb1
/base/security/access_token/services/privacymanager/test/unittest/
H A Dprivacy_manager_service_test.cpp569 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::PrivacyManagerServiceTestCb1
H A Dpermission_record_manager_test.cpp193 void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::PermissionRecordManagerTestCb1

Completed in 18 milliseconds