Home
last modified time | relevance | path

Searched refs:SetCallingIdentity (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dsetting_provider.cpp139 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
147 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
158 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
163 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
188 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
199 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
206 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
215 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
220 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
229 IPCSkeleton::SetCallingIdentity(callingIdentit in PutStringValue()
[all...]
/foundation/ability/ability_runtime/services/common/include/
H A Din_process_call_wrapper.h25 IPCSkeleton::SetCallingIdentity(identity); \
33 IPCSkeleton::SetCallingIdentity(identity); \
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H A Doobe_manager.cpp71 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
81 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
87 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
109 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
116 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_setting_provider.cpp182 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
191 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
202 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
207 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
233 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
244 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
251 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
260 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
265 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
275 IPCSkeleton::SetCallingIdentity(callingIdentit in PutStringValue()
[all...]
/foundation/multimodalinput/input/service/key_command/src/
H A Dsetting_datashare.cpp162 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
170 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
185 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
190 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
203 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
213 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
219 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
226 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
230 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
244 IPCSkeleton::SetCallingIdentity(callingIdentit in PutStringValue()
[all...]
/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp213 IPCSkeleton::SetCallingIdentity(identity); in IsSameBundleNameAsCalling()
242 IPCSkeleton::SetCallingIdentity(identity); in IsSameAppAsCalling()
250 IPCSkeleton::SetCallingIdentity(identity); in IsSameAppAsCalling()
286 IPCSkeleton::SetCallingIdentity(identity); in IsStartedByUIExtension()
313 IPCSkeleton::SetCallingIdentity(identity); in CheckCallingIsUserTestMode()
350 IPCSkeleton::SetCallingIdentity(identity); in GetCallingBundleName()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_ability_connection_test.cpp87 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
119 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
162 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
204 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
248 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
278 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
304 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
336 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
378 IPCSkeleton::SetCallingIdentity(identity); in HWTEST_F()
420 IPCSkeleton::SetCallingIdentity(identit in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_sandbox_render_mgr_inner.cpp50 IPCSkeleton::SetCallingIdentity(identity); in IsSandboxFRSInstalled()
77 IPCSkeleton::SetCallingIdentity(identity); in RenderForm()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_ability_helper.cpp75 IPCSkeleton::SetCallingIdentity(identity); in UninstallApp()
93 IPCSkeleton::SetCallingIdentity(identity); in UpgradeApp()
H A Dbundle_common_event_mgr.cpp125 IPCSkeleton::SetCallingIdentity(identity); in NotifyBundleStatus()
181 IPCSkeleton::SetCallingIdentity(identity); in NotifySandboxAppStatus()
203 IPCSkeleton::SetCallingIdentity(identity); in NotifyOverlayModuleStateStatus()
231 IPCSkeleton::SetCallingIdentity(identity); in NotifySetDiposedRule()
247 IPCSkeleton::SetCallingIdentity(identity); in NotifyDeleteDiposedRule()
265 IPCSkeleton::SetCallingIdentity(identity); in NotifyDynamicIconEvent()
280 IPCSkeleton::SetCallingIdentity(identity); in NotifyBundleResourcesChanged()
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dskeleton_wrapper.cpp115 bool SetCallingIdentity(rust::str identity) in SetCallingIdentity() function
118 return IPCSkeleton::SetCallingIdentity(s); in SetCallingIdentity()
/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dskeleton.rs60 fn SetCallingIdentity(identity: &str) -> bool; in SetCallingIdentity() functions
157 SetCallingIdentity(identity) in set_calling_identity()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/mock/
H A Dmock_ipc_skeleton.cpp56 bool IPCSkeleton::SetCallingIdentity(std::string &identity, bool flag) in SetCallingIdentity() function in OHOS::IPCSkeleton
H A Dmock_ipc_skeleton.h58 static bool SetCallingIdentity(std::string &identity, bool flag = false);
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_datashare_helper.cpp101 IPCSkeleton::SetCallingIdentity(callingIdentity); in GetStringValue()
169 IPCSkeleton::SetCallingIdentity(callingIdentity); in PutStringValue()
246 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
251 IPCSkeleton::SetCallingIdentity(callingIdentity); in RegisterObserver()
282 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
287 IPCSkeleton::SetCallingIdentity(callingIdentity); in UnregisterObserver()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dcontrol_interceptor.cpp94 IPCSkeleton::SetCallingIdentity(identity, true); in CheckControl()
96 IPCSkeleton::SetCallingIdentity(identity); in CheckControl()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/
H A Dmock_ipc_skeleton.h58 static bool SetCallingIdentity(std::string &identity);
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/mock/include/
H A Dmock_ipc_skeleton.h58 static bool SetCallingIdentity(std::string &identity);
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/mock/include/
H A Dmock_ipc_skeleton.h58 static bool SetCallingIdentity(std::string &identity);
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/mock/include/
H A Dmock_ipc_skeleton.h58 static bool SetCallingIdentity(std::string &identity);
/foundation/ability/ability_runtime/test/unittest/services/ability_util_test/mock/include/
H A Dmock_ipc_skeleton.h58 static bool SetCallingIdentity(std::string &identity);
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/mock/include/
H A Dmock_ipc_skeleton.h58 static bool SetCallingIdentity(std::string &identity);
/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dskeleton_wrapper.h59 bool SetCallingIdentity(rust::str identity);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_ipc_skeleton.cpp69 bool IPCSkeleton::SetCallingIdentity(std::string &identity, bool flag) in SetCallingIdentity() function in OHOS::IPCSkeleton
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_skeleton.h178 static bool SetCallingIdentity(std::string &identity, bool flag = false);

Completed in 9 milliseconds

1234