Searched refs:ActiveMetaNodeInner (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 54 int32_t ActiveMetaNodeInner(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId);
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server_stub.h | 69 int32_t ActiveMetaNodeInner(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 511 return ActiveMetaNodeInner(pkgName, info, metaNodeId); in ActiveMetaNode()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_stub_test.cpp | 1586 int32_t ret = softBusServer->ActiveMetaNodeInner(datas, reply); 1593 ret = softBusServer->ActiveMetaNodeInner(datas, reply); 1598 ret = softBusServer->ActiveMetaNodeInner(datas, reply);
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 168 memberFuncMap_[SERVER_ACTIVE_META_NODE] = &SoftBusServerStub::ActiveMetaNodeInner; in InitMemberFuncMap() 1475 int32_t SoftBusServerStub::ActiveMetaNodeInner(MessageParcel &data, MessageParcel &reply) in ActiveMetaNodeInner() function in OHOS::SoftBusServerStub
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 988 int32_t ActiveMetaNodeInner(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNodeInner() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/ |
H A D | softbusserverstub_fuzzer.cpp | 993 SoftBusServer->ActiveMetaNodeInner(datas, reply); in ActiveMetaNodeFuzzTest()
|