Home
last modified time | relevance | path

Searched refs:IsInterfaceTokenValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h64 bool IsInterfaceTokenValid(MessageParcel& data);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp104 bool DistributedDeviceProfileStubNew::IsInterfaceTokenValid(MessageParcel& data) in IsInterfaceTokenValid() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
179 if (!IsInterfaceTokenValid(data)) { in OnRemoteRequest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp252 bool ret = ProfileStub_->IsInterfaceTokenValid(data);