Home
last modified time | relevance | path

Searched refs:SetUserId (Results 1 - 25 of 31) sorted by relevance

12

/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp194 formSandboxInner->SetUserId(userId); in HWTEST_F()
240 formInner->SetUserId(userId); in HWTEST_F()
309 formSandboxInner->SetUserId(userId); in HWTEST_F()
312 formInner->SetUserId(userId); in HWTEST_F()
353 formSandboxInner->SetUserId(formRecord.userId); in HWTEST_F()
394 formInner->SetUserId(formRecord.userId); in HWTEST_F()
446 formInner->SetUserId(userId); in HWTEST_F()
468 formSandboxInner->SetUserId(userId); in HWTEST_F()
490 formSandboxInner->SetUserId(userId); in HWTEST_F()
493 formInner->SetUserId(userI in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_status_callback_interface.h91 void SetUserId(const int32_t userId) in SetUserId() function in OHOS::AppExecFwk::IBundleStatusCallback
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dlocal_call_record.h52 void SetUserId(int32_t userId);
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h43 void SetUserId(int32_t userId);
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp163 pendingKey->SetUserId(wantSenderInfo.userId); in MakeWantKey()
321 pendingKey->SetUserId(wantSenderInfo.userId); in HWTEST_F()
353 pendingKey->SetUserId(wantSenderInfo.userId); in HWTEST_F()
381 pendingKey->SetUserId(wantSenderInfo.userId); in HWTEST_F()
409 pendingKey->SetUserId(wantSenderInfo.userId); in HWTEST_F()
421 pendingKey1->SetUserId(wantSenderInfo.userId); in HWTEST_F()
450 pendingKey->SetUserId(wantSenderInfo.userId); in HWTEST_F()
462 pendingKey1->SetUserId(wantSenderInfo1.userId); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp67 void PendingWantKey::SetUserId(int32_t userId) in SetUserId() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_manager.cpp93 pendingKey->SetUserId(wantSenderInfo.userId); in GetWantSenderLocked()
/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h84 void SetUserId(int32_t userId);
H A Dform_db_info.h263 void SetUserId(const int64_t userId) in SetUserId() function in OHOS::AppExecFwk::InnerFormInfo
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp193 amsPendingWantKey->SetUserId(PENDING_WANT_USERID); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_record.cpp221 void LocalCallRecord::SetUserId(int32_t userId) in SetUserId() function in OHOS::AbilityRuntime::LocalCallRecord
H A Dlocal_call_container.cpp45 localCallRecord->SetUserId(oriValidUserId); in StartAbilityByCallInner()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_application_info.h60 void SetUserId(int userId) in SetUserId() function in OHOS::Ace::AceApplicationInfo
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp89 pendingWantKey->SetUserId(int32Param); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.cpp91 bundleStatusCallbackImpl->SetUserId(userId); in SubscribeBundleStatusEvent()
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp447 formSandboxRenderMgr->SetUserId(userId); in InitRenderInner()
454 formRenderMgr->SetUserId(userId); in InitRenderInner()
H A Dform_render_mgr_inner.cpp515 void FormRenderMgrInner::SetUserId(int32_t userId) in SetUserId() function in OHOS::AppExecFwk::FormRenderMgrInner
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_install_checker.cpp38 info.second.SetUserId(userId); in CheckOverlayInstallation()
/foundation/ability/form_fwk/test/unittest/fms_form_db_info_test/
H A Dfms_form_db_info_test.cpp258 * @tc.desc: Fun SetUserId.
266 innerInfo.SetUserId(6); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_record_ut_test.cpp499 * @tc.name: SetUserId
500 * @tc.desc: SetUserId input parameter connect and GetConnection return connect.
507 localCallRecord.SetUserId(USER_ID_U100); in HWTEST_F()
H A Dlocal_call_container_ut_test.cpp652 localCallRecordSecond->SetUserId(USER_ID_U100); in HWTEST_F()
799 localCallRecordSecond->SetUserId(USER_ID_U202); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp1089 * @tc.desc: test SetUserId function.
1098 formRenderMgrInner->SetUserId(userId); in HWTEST_F()
1105 * @tc.desc: test SetUserId function.
1114 formRenderMgrInner->SetUserId(userId); in HWTEST_F()
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp429 session->SetUserId(); in TestOther()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp547 captureSession->SetUserId(); in EnableAutoDeferredVideoEnhancement()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp142 pendingKey->SetUserId(wantSenderInfo.userId); in MakeWantKey()

Completed in 20 milliseconds

12