/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | service_profile.cpp | 29 …const std::string& serviceType) : deviceId_(deviceId), serviceName_(serviceName), serviceType_(ser… in ServiceProfile() 52 return serviceName_; in GetServiceName() 57 serviceName_ = serviceName; in SetServiceName() 73 WRITE_HELPER_RET(parcel, String, serviceName_, false); in Marshalling() 81 READ_HELPER_RET(parcel, String, serviceName_, false); in UnMarshalling() 88 …bool isNotEqual = (deviceId_ != serviceProfile.GetDeviceId() || serviceName_ != serviceProfile.Get… in operator !=() 105 cJSON_AddStringToObject(json, SERVICE_NAME.c_str(), serviceName_.c_str()); in dump()
|
H A D | characteristic_profile.cpp | 39 return serviceName_; in GetServiceName() 44 serviceName_ = serviceName; in SetServiceName() 70 WRITE_HELPER_RET(parcel, String, serviceName_, false); in Marshalling() 79 READ_HELPER_RET(parcel, String, serviceName_, false); in UnMarshalling() 87 …bool isNotEqual = (deviceId_ != charProfile.GetDeviceId() || serviceName_ != charProfile.GetServic… in operator !=() 105 cJSON_AddStringToObject(json, SERVICE_NAME.c_str(), serviceName_.c_str()); in dump()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | dbinder_callback_stub.cpp | 38 serviceName_(service), in DBinderCallbackStub() 46 …serviceName_.c_str(), IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), handle_, stubI… in DBinderCallbackStub() 58 …serviceName_.c_str(), IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), handle_, stubI… in ~DBinderCallbackStub() 65 return serviceName_; in GetServiceName() 137 …IPCProcessSkeleton::ConvertToSecureString(localDeviceID_).c_str(), serviceName_.c_str(), uid, pid,… in ProcessData() 140 …!reply.WriteString(serviceName_) || !reply.WriteString(deviceID_) || !reply.WriteString(localDevic… in ProcessData() 234 …IPCProcessSkeleton::ConvertToSecureString(localDeviceID_).c_str(), serviceName_.c_str(), uid, pid,… in AddDBinderCommAuth() 252 auto ret = memcpy_s(dbinderData->target_name, SESSION_NAME_LENGTH, serviceName_.c_str(), in SaveDBinderData() 253 serviceName_.length()); in SaveDBinderData()
|
H A D | dbinder_session_object.cpp | 27 :serviceName_(serviceName), serverDeviceId_(serverDeviceId), in DBinderSessionObject() 65 serviceName_ = serviceName; in SetServiceName() 70 return serviceName_; in GetServiceName()
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | collaboration_manager.cpp | 105 if (exportapi_.ServiceCollaborationManager_RegisterLifecycleCallback(serviceName_.c_str(), in RegisterLifecycleCallback() 119 if (exportapi_.ServiceCollaborationManager_UnRegisterLifecycleCallback(serviceName_.c_str())) { in UnRegisterLifecycleCallback() 134 serviceName_.c_str(), "NULL", state)) { in PublishServiceState() 157 serviceName_.c_str(), resourceRequest_, &serviceCollaborationCallback)) { in ApplyAdvancedResource()
|
H A D | collaboration_manager.h | 43 const std::string serviceName_ = "URLCasting"; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | characteristic_profile.h | 30 serviceName_(serviceName), in CharacteristicProfile() 52 std::string serviceName_ = ""; variable
|
H A D | service_profile.h | 44 std::string serviceName_ = ""; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 48 serviceName_ = NWEBSPAWN_SERVER_NAME; in AppSpawnClient() 58 serviceName_ = APPSPAWN_SERVER_NAME; in AppSpawnClient() 60 serviceName_ = CJAPPSPAWN_SERVER_NAME; in AppSpawnClient() 62 serviceName_ = NWEBSPAWN_SERVER_NAME; in AppSpawnClient() 64 serviceName_ = NATIVESPAWN_SERVER_NAME; in AppSpawnClient() 67 serviceName_ = NWEBSPAWN_SERVER_NAME; in AppSpawnClient() 87 ret = AppSpawnClientInit(serviceName_.c_str(), &handle); in OpenConnection()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 37 serviceName_(service), deviceID_(device), binderObject_(object) in DBinderServiceStub() 40 serviceName_.c_str(), DBinderService::ConvertToSecureDeviceID(deviceID_).c_str()); in DBinderServiceStub() 52 serviceName_.c_str(), DBinderService::ConvertToSecureDeviceID(deviceID_).c_str()); in ~DBinderServiceStub() 58 return serviceName_; in GetServiceName()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/ |
H A D | driver.h | 41 std::string serviceName_; variable
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service_stub.h | 113 const std::string serviceName_; variable
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_callback_stub.h | 43 const std::string serviceName_; variable
|
H A D | dbinder_session_object.h | 79 std::string serviceName_; variable
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | driver.cpp | 30 Driver::Driver(const std::string &serviceName, HdiConfig hdiConfig) : serviceName_(serviceName), hd… in Driver()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_0/cpp_target/display/buffer/v1_0/ |
H A D | allocator_proxy.cpp.txt | 74 proxy->serviceName_ = serviceName; 105 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 227 std::string serviceName_ = APPSPAWN_SERVER_NAME;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/ |
H A D | image_process_service_proxy.cpp.txt | 76 proxy->serviceName_ = serviceName; 107 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/cpp_target/face_auth/v1_0/ |
H A D | face_auth_interface_proxy.cpp.txt | 75 proxy->serviceName_ = serviceName; 106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_0/cpp_target/fingerprint_auth/v1_0/ |
H A D | fingerprint_auth_interface_proxy.cpp.txt | 75 proxy->serviceName_ = serviceName; 106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/memorytracker_v1_0/cpp_target/memorytracker/v1_0/ |
H A D | memory_tracker_interface_proxy.cpp.txt | 75 proxy->serviceName_ = serviceName; 106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_0/cpp_target/pin_auth/v1_0/ |
H A D | pin_auth_interface_proxy.cpp.txt | 75 proxy->serviceName_ = serviceName; 106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_server.h | 138 std::string serviceName_ = ""; variable
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/ |
H A D | face_auth_interface_proxy.cpp.txt | 116 proxy->serviceName_ = serviceName; 147 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/cpp_target/fingerprint_auth/v1_1/ |
H A D | fingerprint_auth_interface_proxy.cpp.txt | 116 proxy->serviceName_ = serviceName; 147 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
|