Home
last modified time | relevance | path

Searched refs:HandleDevicePolicyInner (Results 1 - 3 of 3) sorted by relevance

/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_stub.h45 ErrCode HandleDevicePolicyInner(uint32_t code, MessageParcel &data, MessageParcel &reply, int32_t userId);
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp121 EDMLOGD("HandleDevicePolicyInner"); in OnRemoteRequest()
122 return HandleDevicePolicyInner(code, data, reply, userId); in OnRemoteRequest()
194 ErrCode EnterpriseDeviceMgrStub::HandleDevicePolicyInner(uint32_t code, MessageParcel &data, MessageParcel &reply, in HandleDevicePolicyInner() function in OHOS::EDM::EnterpriseDeviceMgrStub
199 EDMLOGW("HandleDevicePolicyInner: ReadParcelable failed"); in HandleDevicePolicyInner()
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Denterprise_device_mgr_ability_test.cpp3021 * @tc.desc: Test HandleDevicePolicyInner function with userId is not exist.
3037 edmMgr_->HandleDevicePolicyInner(code, data, reply, DEFAULT_USER_ID); in HWTEST_F()
3043 * @tc.desc: Test HandleDevicePolicyInner with none admmin.
3061 edmMgr_->HandleDevicePolicyInner(code, data, reply, DEFAULT_USER_ID); in HWTEST_F()
3067 * @tc.desc: Test HandleDevicePolicyInner function with check callingUid failed.
3086 edmMgr_->HandleDevicePolicyInner(code, data, reply, DEFAULT_USER_ID); in HWTEST_F()
3092 * @tc.desc: Test HandleDevicePolicyInner function with invalid policy code.
3106 edmMgr_->HandleDevicePolicyInner(code, data, reply, DEFAULT_USER_ID); in HWTEST_F()
3112 * @tc.desc: Test HandleDevicePolicyInner function with check plugin permission failed.
3137 edmMgr_->HandleDevicePolicyInner(cod in HWTEST_F()
[all...]

Completed in 6 milliseconds