/base/security/access_token/frameworks/inner_api/privacy/src/ |
H A D | state_change_callback.cpp | 33 void StateChangeCallback::StateChangeNotify(AccessTokenID tokenId, bool isShowing)
in StateChangeNotify() function in OHOS::Security::AccessToken::StateChangeCallback 40 customizedCallback_->StateChangeNotify(tokenId, isShowing);
in StateChangeNotify()
|
H A D | state_change_callback.h | 30 void StateChangeNotify(AccessTokenID tokenId, bool isShowing) override;
|
H A D | state_change_callback_stub.cpp | 47 StateChangeNotify(tokenId, isShowing); in OnRemoteRequest()
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | state_change_notify.cpp | 21 #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 D | drag_manager.cpp | 140 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 D | state_change_notify.h | 34 class StateChangeNotify final { 36 StateChangeNotify() = default; 37 ~StateChangeNotify() = default;
|
H A D | drag_manager.h | 217 StateChangeNotify stateNotify_;
|
/base/security/access_token/interfaces/inner_api/privacy/include/ |
H A D | state_customized_cbk.h | 63 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) = 0;
|
/base/security/access_token/frameworks/privacy/include/ |
H A D | i_state_change_callback.h | 30 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) = 0;
|
/base/security/access_token/services/privacymanager/include/active/ |
H A D | state_change_callback_proxy.h | 32 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) override;
|
/base/security/access_token/test/fuzztest/innerkits/privacy/startusingpermission001_fuzzer/ |
H A D | startusingpermission001_fuzzer.cpp | 39 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShowing) in StateChangeNotify() function in CbCustomizeTest
|
/base/security/access_token/services/privacymanager/src/active/ |
H A D | state_change_callback_proxy.cpp | 37 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 D | startusingpermissioncallbackstub_fuzzer.cpp | 41 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 D | permission_deny_test.cpp | 103 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::CbPermDenyTest
|
H A D | privacy_kit_test.cpp | 1131 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 D | privacy_kit_test.cpp | 88 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 D | permission_record_manager.cpp | 1093 callback->StateChangeNotify(tokenId, false); in ExecuteAllCameraExecuteCallback() 1110 callback->StateChangeNotify(tokenId, false); in ExecuteCameraCallbackAsync()
|
/base/security/access_token/services/privacymanager/test/coverage/ |
H A D | permission_record_manager_coverage_test.cpp | 148 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 D | privacy_manager_service_test.cpp | 569 virtual void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::PrivacyManagerServiceTestCb1
|
H A D | permission_record_manager_test.cpp | 193 void StateChangeNotify(AccessTokenID tokenId, bool isShow) in StateChangeNotify() function in OHOS::Security::AccessToken::PermissionRecordManagerTestCb1
|